| 组织ID: |
org.avaje.moduuid |
| 项目ID: |
avaje-moduuid |
| 版本: |
1.2 |
| 最后修改时间: |
2019-03-08 15:26:35 |
| 包类型: |
jar |
| 标题: |
avaje-moduuid |
| 相关URL: |
http://www.avaje.org |
| 大小: |
4.21KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.avaje.moduuid</groupId>
<artifactId>avaje-moduuid</artifactId>
<version>1.2</version>
</dependency>
|
| Gradle引入代码: |
org.avaje.moduuid:avaje-moduuid:1.2
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.avaje</groupId>
<artifactId>avaje-javaparent</artifactId>
<version>1.1</version>
</parent>
<groupId>org.avaje.moduuid</groupId>
<artifactId>avaje-moduuid</artifactId>
<version>1.2</version>
<packaging>jar</packaging>
<name>avaje-moduuid</name>
<url>http://www.avaje.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rbygrave</id>
<name>Rob Bygrave</name>
<email>robin.bygrave@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/rbygrave/avaje-moduuid.git</connection>
<developerConnection>scm:git:https://github.com/rbygrave/avaje-moduuid.git</developerConnection>
<url>https://github.com/rbygrave/avaje-moduuid.git</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.avaje.moduuid.ModUUID.class
META-INF/maven/org.avaje.moduuid/avaje-moduuid/dependency.list
META-INF/maven/org.avaje.moduuid/avaje-moduuid/dependency.tree
META-INF/maven/org.avaje.moduuid/avaje-moduuid/pom.xml
META-INF/maven/org.avaje.moduuid/avaje-moduuid/pom.properties
|
| 依赖Jar: |
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
|