License |
License |
---|---|
GroupId | GroupIdcom.googlecode.gentyref |
ArtifactId | ArtifactIdgentyref |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGenTyRef
Generic type reflection library
|
Project URL |
Project URL |
Filename | Size |
---|---|
gentyref-1.2.0.pom | |
gentyref-1.2.0.jar | 16 KB |
gentyref-1.2.0-sources.jar | 10 KB |
gentyref-1.2.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gentyref/gentyref/ -->
<dependency>
<groupId>com.googlecode.gentyref</groupId>
<artifactId>gentyref</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gentyref/gentyref/
implementation 'com.googlecode.gentyref:gentyref:1.2.0'
// https://jarcasting.com/artifacts/com.googlecode.gentyref/gentyref/
implementation ("com.googlecode.gentyref:gentyref:1.2.0")
'com.googlecode.gentyref:gentyref:jar:1.2.0'
<dependency org="com.googlecode.gentyref" name="gentyref" rev="1.2.0">
<artifact name="gentyref" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gentyref', module='gentyref', version='1.2.0')
)
libraryDependencies += "com.googlecode.gentyref" % "gentyref" % "1.2.0"
[com.googlecode.gentyref/gentyref "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |