Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for woodstox (0.03 sec)

  1. compat/maven-settings/pom.xml

          <groupId>org.codehaus.plexus</groupId>
          <artifactId>plexus-xml</artifactId>
        </dependency>
        <dependency>
          <groupId>com.fasterxml.woodstox</groupId>
          <artifactId>woodstox-core</artifactId>
        </dependency>
        <dependency>
          <groupId>org.codehaus.woodstox</groupId>
          <artifactId>stax2-api</artifactId>
        </dependency>
      </dependencies>
    
      <build>
        <plugins>
          <plugin>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  2. compat/maven-plugin-api/pom.xml

          <groupId>org.apache.maven</groupId>
          <artifactId>maven-support</artifactId>
        </dependency>
        <dependency>
          <groupId>com.fasterxml.woodstox</groupId>
          <artifactId>woodstox-core</artifactId>
        </dependency>
        <dependency>
          <groupId>org.codehaus.woodstox</groupId>
          <artifactId>stax2-api</artifactId>
        </dependency>
        <dependency>
          <groupId>org.eclipse.sisu</groupId>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  3. impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

            <groupId>org.sonatype.spice</groupId>
            <artifactId>model-builder</artifactId>
            <version>${modelBuilderVersion}</version>
          </dependency>
          <dependency>
            <groupId>org.codehaus.woodstox</groupId>
            <artifactId>wstx-asl</artifactId>
            <version>${woodstoxVersion}</version>
          </dependency>
          <!--  Commons -->
          <dependency>
            <groupId>commons-cli</groupId>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  4. impl/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

            <groupId>org.sonatype.spice</groupId>
            <artifactId>model-builder</artifactId>
            <version>${modelBuilderVersion}</version>
          </dependency>
          <dependency>
            <groupId>org.codehaus.woodstox</groupId>
            <artifactId>wstx-asl</artifactId>
            <version>${woodstoxVersion}</version>
          </dependency>
          <!--  Commons -->
          <dependency>
            <groupId>commons-cli</groupId>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 22.4K bytes
    - Viewed (0)
Back to top