| 组织ID: |
com.googlecode.gentyref |
| 项目ID: |
gentyref |
| 版本: |
1.1.0 |
| 最后修改时间: |
2018-08-01 10:56:19 |
| 包类型: |
jar |
| 标题: |
GenTyRef |
| 描述: |
Generic type reflection library |
| 相关URL: |
http://code.google.com/p/gentyref/ |
| 大小: |
16.46KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.googlecode.gentyref</groupId>
<artifactId>gentyref</artifactId>
<version>1.1.0</version>
</dependency>
|
| Gradle引入代码: |
com.googlecode.gentyref:gentyref:1.1.0
|
| 下载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.googlecode.gentyref</groupId>
<artifactId>gentyref</artifactId>
<packaging>jar</packaging>
<version>1.1.0</version>
<inceptionYear>2008</inceptionYear>
<name>GenTyRef</name>
<url>http://code.google.com/p/gentyref/</url>
<description>Generic type reflection library</description>
<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>
<scm>
<connection>scm:svn:http://gentyref.googlecode.com/svn/trunk/</connection>
<developerConnection>https://gentyref.googlecode.com/svn/trunk/</developerConnection>
<url>http://code.google.com/p/gentyref/source</url>
</scm>
<issueManagement>
<system>Google Code Issue Tracking</system>
<url>http://code.google.com/p/gentyref/issues/list</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<defaultGoal>package</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</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-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
</links>
<version>true</version>
<show>public</show>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</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>
</profile>
</profiles>
<developers>
<developer>
<name>Wouter Coekaerts</name>
<email>wouter@coekaerts.be</email>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.googlecode.gentyref.TypeToken.class
com.googlecode.gentyref.CaptureTypeImpl.class
com.googlecode.gentyref.TypeToken$SimpleTypeToken.class
com.googlecode.gentyref.CaptureType.class
com.googlecode.gentyref.VarMap.class
com.googlecode.gentyref.WildcardTypeImpl.class
com.googlecode.gentyref.GenericArrayTypeImpl.class
com.googlecode.gentyref.GenericTypeReflector.class
com.googlecode.gentyref.ParameterizedTypeImpl.class
META-INF/maven/com.googlecode.gentyref/gentyref/pom.xml
META-INF/maven/com.googlecode.gentyref/gentyref/pom.properties
|
| 依赖Jar: |
junit-3.8.2.jar
/junit/junit/3.8.2
查看junit所有版本文件
|