Download org.apache.servicemix.bundles.relaxngDatatype-2011.1_1.jar file

Introduction

You can download org.apache.servicemix.bundles.relaxngDatatype-2011.1_1.jar in this page.

License

Apache Open Source

Type List

org.apache.servicemix.bundles.relaxngDatatype-2011.1_1.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.relaxngDatatype/pom.properties
META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.relaxngDatatype/pom.xml
OSGI-INF/bundle.info
org.relaxng.datatype.Datatype.class
org.relaxng.datatype.DatatypeBuilder.class
org.relaxng.datatype.DatatypeException.class
org.relaxng.datatype.DatatypeLibrary.class
org.relaxng.datatype.DatatypeLibraryFactory.class
org.relaxng.datatype.DatatypeStreamingValidator.class
org.relaxng.datatype.ValidationContext.class
org.relaxng.datatype.helpers.DatatypeLibraryLoader.class
org.relaxng.datatype.helpers.ParameterlessDatatypeBuilder.class
org.relaxng.datatype.helpers.StreamingValidatorImpl.class

Pom

org.apache.servicemix.bundles.relaxngDatatype-2011.1_1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <artifactId>bundles-pom</artifactId>
    <groupId>org.apache.servicemix.bundles</groupId>
    <version>10</version>
    <relativePath>../bundles-pom/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.servicemix.bundles</groupId>
  <artifactId>org.apache.servicemix.bundles.relaxngDatatype</artifactId>
  <packaging>bundle</packaging>
  <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
  <version>2011.1_1</version>
  <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.relaxngDatatype-2011.1_1</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.relaxngDatatype-2011.1_1</developerConnection>
    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.relaxngDatatype-2011.1_1</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <artifactSet>
                <includes>
                  <include>${pkgGroupId}:${pkgArtifactId}</include>
                </includes>
              </artifactSet>
              <filters>
                <filter>
                  <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
                  <excludes>
                    <exclude>**</exclude>
                  </excludes>
                </filter>
              </filters>
              <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
              <createDependencyReducedPom>true</createDependencyReducedPom>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <properties>
    <pkgVersion>2011.1</pkgVersion>
    <servicemix.osgi.export.pkg>org.relaxng</servicemix.osgi.export.pkg>
    <pkgArtifactId>relaxngDatatype</pkgArtifactId>
    <pkgGroupId>com.github.relaxng</pkgGroupId>
  </properties>
</project>

POM Entry

<dependency>
   <groupId>org.apache.servicemix.bundles</groupId>
   <artifactId>org.apache.servicemix.bundles.relaxngDatatype</artifactId>
   <version>2011.1_1</version>
</dependency>

Download

If you think the following org.apache.servicemix.bundles.relaxngDatatype-2011.1_1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.apache.servicemix.bundles.relaxngDatatype-2011.1_1.jar file




PreviousNext

Related