XMLTooling-J.
XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with XML in a Java beans manner..
Here is the list of declaration for xmltooling. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.opensaml</groupId> <artifactId>xmltooling</artifactId> <version>1.3.1</version> </dependency>
If you think this Maven repository POM file listing for xmltooling is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The xmltooling-1.3.1 has 10 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Java Library | joda-time 1.6.2 Date and time library to replace JDK date handling | 137 |
Security | bcprov-jdk15 1.45 The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5. | 18 |
XML | xmlsec 1.4.4 Apache Santuario supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports the standard Java API JSR-105: XML Digital ... | 7 |
Data Structure | not-yet-commons-ssl 0.3.9 A Java SSL component library | 6 |
XML Parser | xml-resolver 1.2 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ... | 99 |
Console | xalan 2.7.1 Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the command line, in an applet or a servlet, or as a module in... | 155 |
JUnit | junit 3.8.1 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1966 |
The following table lists the most popular artifacts which are depending on xmltooling-1.3.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Service | openws 1.4.1 The OpenWS library provides a growing set of tools to work with web services at a low level. These tools include classes for creating and reading SOAP messages, transport-independent clients for connecting to web services, and various transports for use with those clients. | 5 |
The following plugins are used in the xmltooling-1.3.1.jar
The following packages are defined in the xmltooling-1.3.1.jar
org.opensaml.xml org.opensaml.xml.encryption org.opensaml.xml.encryption.impl org.opensaml.xml.encryption.validator org.opensaml.xml.io org.opensaml.xml.parse org.opensaml.xml.schema org.opensaml.xml.schema.impl org.opensaml.xml.schema.validator org.opensaml.xml.security org.opensaml.xml.security.credential org.opensaml.xml.security.credential.criteria org.opensaml.xml.security.criteria org.opensaml.xml.security.keyinfo org.opensaml.xml.security.keyinfo.provider org.opensaml.xml.security.trust org.opensaml.xml.security.x509 org.opensaml.xml.signature org.opensaml.xml.signature.impl org.opensaml.xml.signature.validator org.opensaml.xml.util org.opensaml.xml.validation
Here is the content of the POM file.
<?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"> <modelVersion>4.0.0</modelVersion> <groupId>org.opensaml</groupId> <artifactId>xmltooling</artifactId> <version>1.3.1</version> <packaging>jar</packaging> <name>XMLTooling-J</name> <description> XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with XML in a Java beans manner. </description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <slf4j.groupId>org.slf4j</slf4j.groupId> <slf4j.version>1.6.1</slf4j.version> <xerces.groupId>xerces</xerces.groupId> <xerces.version>2.9.1</xerces.version> </properties> <distributionManagement> <repository> <id>release-repo</id> <url>${dist.release.url}</url> </repository> </distributionManagement> <dependencies> <!-- Compile dependencies --> <dependency> <groupId>${slf4j.groupId}</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>${slf4j.groupId}</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>${slf4j.groupId}</groupId> <artifactId>log4j-over-slf4j</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>${slf4j.groupId}</groupId> <artifactId>jul-to-slf4j</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>1.6.2</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15</artifactId> <version>1.45</version> </dependency> <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> <version>1.4.4</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>ca.juliusdavies</groupId> <artifactId>not-yet-commons-ssl</artifactId> <version>0.3.9</version> <exclusions> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.jcip</groupId> <artifactId>jcip-annotations</artifactId> <version>1.0</version> </dependency> <!-- Provided dependencies --> <!-- Runtime dependencies --> <dependency> <groupId>${xerces.groupId}</groupId> <artifactId>xercesImpl</artifactId> <version>${xerces.version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <version>1.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.7.1</version> <scope>runtime</scope> </dependency> <!-- Test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <version>1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>0.9.24</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> <debug>true</debug> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> <executions> <execution> <id>make-assembly</id> <phase>package</phase> <goals> <goal>attached</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine>-Xmx256m</argLine> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <index>true</index> <manifestEntries> <Main-Class>org.opensaml.xml.Version</Main-Class> </manifestEntries> <manifestSections> <manifestSection> <name>org/opensaml/xml/</name> <manifestEntries> <Implementation-Title>${pom.artifactId}</Implementation-Title> <Implementation-Version>${pom.version}</Implementation-Version> <Implementation-Vendor>www.opensaml.org</Implementation-Vendor> </manifestEntries> </manifestSection> <manifestSection> <name>org/opensaml/xml/signature/</name> <manifestEntries> <Specification-Title>XML Signature Syntax and Processing</Specification-Title> <Specification-Version>20020212</Specification-Version> <Specification-Vendor>World Wide Web Consortium (W3C)</Specification-Vendor> </manifestEntries> </manifestSection> <manifestSection> <name>org/opensaml/xml/encryption/</name> <manifestEntries> <Specification-Title>XML Encryption Syntax and Processing</Specification-Title> <Specification-Version>20021210</Specification-Version> <Specification-Vendor>World Wide Web Consortium (W3C)</Specification-Vendor> </manifestEntries> </manifestSection> </manifestSections> </archive> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <links> <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> </links> <quiet>true</quiet> <author>false</author> <version>true</version> <doctitle>${project.name} ${project.version} Java API.</doctitle> <windowtitle>${project.name} ${project.version} Java API.</windowtitle> <overview>src/main/java/overview.html</overview> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <configuration> <outputDirectory>${project.reporting.outputDirectory}/xref</outputDirectory> <doctitle>${project.name} ${project.version} Code Cross-Reference</doctitle> <windowtitle>${project.name} ${project.version} Java API.</windowtitle> <javadocDir>${project.reporting.outputDirectory}/apidocs</javadocDir> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <configuration> <outputDirectory>${project.reporting.outputDirectory}/unitTest</outputDirectory> <xrefLocation>${project.reporting.outputDirectory}/xref</xrefLocation> </configuration> </plugin> </plugins> </reporting> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>release-javadoc</id> <phase>package</phase> <goals> <goal>javadoc</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <executions> <execution> <id>release-jxr</id> <phase>package</phase> <goals> <goal>jxr</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <executions> <execution> <id>release-unitTest</id> <phase>package</phase> <goals> <goal>report-only</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>make-assembly</id> <phase>package</phase> <goals> <goal>attached</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <!-- Project Metadata --> <url>http://opensaml.org/</url> <inceptionYear>2006</inceptionYear> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>Internet2</name> <url>http://www.internet2.edu/</url> </organization> <issueManagement> <system>JIRA</system> <url>http://bugs.internet2.edu/</url> </issueManagement> <mailingLists> <mailingList> <name>OpenSAML Users</name> <subscribe>https://spaces.internet2.edu/display/OpenSAML/MailingList</subscribe> <unsubscribe>https://spaces.internet2.edu/display/OpenSAML/MailingList</unsubscribe> <post>mace-opensaml-users@internet2.edu</post> <archive>https://mail.internet2.edu/wws/arc/mace-opensaml-users</archive> <otherArchives> <otherArchive>http://groups.google.com/group/opensaml-users</otherArchive> </otherArchives> </mailingList> </mailingLists> <scm> <connection>scm:svn:https://svn.middleware.georgetown.edu/java-xmltooling/</connection> <developerConnection>scm:svn:https://svn.middleware.georgetown.edu/java-xmltooling/</developerConnection> <tag>HEAD</tag> <url>http://svn.middleware.georgetown.edu/view/?root=java-xmltooling</url> </scm> </project>