| 组织ID: |
org.plumelib |
| 项目ID: |
reflection-util |
| 版本: |
0.0.2 |
| 最后修改时间: |
2019-06-20 20:07:53 |
| 包类型: |
jar |
| 标题: |
Reflection-util |
| 描述: |
Convert among string representations of Java types. |
| 相关URL: |
https://github.com/plume-lib/reflection-util |
| 大小: |
13.75KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.plumelib</groupId>
<artifactId>reflection-util</artifactId>
<version>0.0.2</version>
</dependency>
|
| Gradle引入代码: |
org.plumelib:reflection-util:0.0.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.plumelib</groupId>
<artifactId>reflection-util</artifactId>
<version>0.0.2</version>
<name>Reflection-util</name>
<description>Convert among string representations of Java types.</description>
<url>https://github.com/plume-lib/reflection-util</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>mernst</id>
<name>Michael Ernst</name>
<email>mernst@alum.mit.edu</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:plume-lib/reflection-util.git</connection>
<developerConnection>scm:git:git@github.com:plume-lib/reflection-util.git</developerConnection>
<url>git@github.com:plume-lib/reflection-util.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>2.5.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.plumelib</groupId>
<artifactId>require-javadoc</artifactId>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.plumelib.reflection.ReflectionPlume$PromiscuousLoader.class
org.plumelib.reflection.ReflectionPlume.class
org.plumelib.reflection.Signatures.class
org.plumelib.reflection.ReflectionPlume$1.class
|
| 依赖Jar: |
checker-qual-2.5.5.jar
/org.checkerframework/checker-qual/2.5.5
查看checker-qual所有版本文件
require-javadoc-0.1.0.jar
/org.plumelib/require-javadoc/0.1.0
查看require-javadoc所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|