组织ID: |
com.eaio.uuid |
项目ID: |
uuid |
版本: |
3.2 |
最后修改时间: |
2018-07-26 20:32:14 |
包类型: |
jar |
标题: |
UUID |
描述: |
An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique. |
相关URL: |
http://johannburkard.de/software/uuid/ |
大小: |
14.66KB |
|
Maven引入代码: |
<dependency>
<groupId>com.eaio.uuid</groupId>
<artifactId>uuid</artifactId>
<version>3.2</version>
</dependency>
|
Gradle引入代码: |
com.eaio.uuid:uuid:3.2
|
下载Jar包: |
|
POM文件内容: |
<?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>com.eaio.uuid</groupId>
<artifactId>uuid</artifactId>
<packaging>jar</packaging>
<version>3.2</version>
<name>UUID</name>
<description>An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.</description>
<url>http://johannburkard.de/software/uuid/</url>
<inceptionYear>2003</inceptionYear>
<issueManagement>
<url>http://johannburkard.de/contact/</url>
</issueManagement>
<scm>
<connection>scm:svn:svn://johannburkard.de/${project.groupId}/trunk</connection>
<developerConnection>scm:svn:svn://johannburkard.de/${project.groupId}/trunk</developerConnection>
<url>scm:svn:svn://johannburkard.de/${project.groupId}/trunk</url>
</scm>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>johann</id>
<name>Johann Burkard</name>
<email>johann@johannburkard.de</email>
<url>http://johannburkard.de</url>
<organization>Johann Burkard</organization>
<organizationUrl>http://johannburkard.de</organizationUrl>
</developer>
</developers>
<organization>
<name>Johann Burkard</name>
<url>http://johannburkard.de</url>
</organization>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.5</source>
<target>1.5</target>
<compilerArgument>-g</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.4</version>
<configuration>
<file>target/${artifactId}-${version}.jar</file>
<url>file://${user.home}/maven2</url>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
<packaging>jar</packaging>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<configuration>
<type>range</type>
<range>365</range>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<site>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
copying.txt
eaio.com.url
uuid.idl
com.eaio.uuid.UUIDGen$HardwareAddressLookup.class
com.eaio.uuid.UUIDGen.class
com.eaio.uuid.UUIDHolder.class
com.eaio.uuid.UUID.class
com.eaio.uuid.UUIDHelper.class
com.eaio.uuid.MACAddressParser.class
com.eaio.util.lang.Hex.class
META-INF/maven/com.eaio.uuid/uuid/pom.xml
META-INF/maven/com.eaio.uuid/uuid/pom.properties
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|