组织ID: |
com.jamesmurty.utils |
项目ID: |
java-xmlbuilder |
版本: |
0.4 |
最后修改时间: |
2018-07-24 06:52:41 |
包类型: |
jar |
标题: |
java-xmlbuilder |
描述: |
XML Builder is a utility that creates simple XML documents using relatively sparse Java code |
相关URL: |
http://code.google.com/p/java-xmlbuilder/ |
大小: |
18.06KB |
|
Maven引入代码: |
<dependency>
<groupId>com.jamesmurty.utils</groupId>
<artifactId>java-xmlbuilder</artifactId>
<version>0.4</version>
</dependency>
|
Gradle引入代码: |
com.jamesmurty.utils:java-xmlbuilder:0.4
|
下载Jar包: |
|
POM文件内容: |
<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>com.jamesmurty.utils</groupId>
<artifactId>java-xmlbuilder</artifactId>
<packaging>jar</packaging>
<version>0.4</version>
<name>java-xmlbuilder</name>
<description>XML Builder is a utility that creates simple XML documents using relatively sparse Java code</description>
<url>http://code.google.com/p/java-xmlbuilder/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://java-xmlbuilder.googlecode.com/svn/tags/java-xmlbuilder-0.4</connection>
<developerConnection>scm:svn:https://java-xmlbuilder.googlecode.com/svn/tags/java-xmlbuilder-0.4</developerConnection>
<url>http://java-xmlbuilder.googlecode.com/svn/tags/java-xmlbuilder-0.4</url>
</scm>
<developers>
<developer>
<id>jmurty</id>
<name>James Murty</name>
<url>http://jamesmurty.com</url>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>3</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</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>
<repositories>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
</repositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.jamesmurty.utils.XMLBuilder.class
net.iharder.base64.Base64$InputStream.class
net.iharder.base64.Base64$OutputStream.class
net.iharder.base64.Base64.class
META-INF/maven/com.jamesmurty.utils/java-xmlbuilder/pom.xml
META-INF/maven/com.jamesmurty.utils/java-xmlbuilder/pom.properties
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|