| 组织ID: |
org.plumelib |
| 项目ID: |
reflection-util |
| 版本: |
0.0.4 |
| 最后修改时间: |
2019-12-03 10:09:24 |
| 包类型: |
jar |
| 标题: |
Reflection-util |
| 描述: |
Convert among string representations of Java types. |
| 相关URL: |
https://github.com/plume-lib/reflection-util |
| 大小: |
14.34KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.plumelib</groupId>
<artifactId>reflection-util</artifactId>
<version>0.0.4</version>
</dependency>
|
| Gradle引入代码: |
org.plumelib:reflection-util:0.0.4
|
| 下载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.4</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>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.plumelib.reflection.Signatures.class
org.plumelib.reflection.ReflectionPlume$PromiscuousLoader.class
org.plumelib.reflection.ReflectionPlume$1.class
org.plumelib.reflection.ReflectionPlume.class
|
| 依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|