is not current version
Last Version 1.2.0

com.googlecode.gentyref:gentyref 1.1.0

Generic type reflection library

GroupId

GroupId

com.googlecode.gentyref
ArtifactId

ArtifactId

gentyref
Version

Version

1.1.0
Type

Type

jar

Download gentyref 1.1.0


<!-- https://jarcasting.com/artifacts/com.googlecode.gentyref/gentyref/ -->
<dependency>
    <groupId>com.googlecode.gentyref</groupId>
    <artifactId>gentyref</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gentyref/gentyref/
implementation 'com.googlecode.gentyref:gentyref:1.1.0'
// https://jarcasting.com/artifacts/com.googlecode.gentyref/gentyref/
implementation ("com.googlecode.gentyref:gentyref:1.1.0")
'com.googlecode.gentyref:gentyref:jar:1.1.0'
<dependency org="com.googlecode.gentyref" name="gentyref" rev="1.1.0">
  <artifact name="gentyref" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gentyref', module='gentyref', version='1.1.0')
)
libraryDependencies += "com.googlecode.gentyref" % "gentyref" % "1.1.0"
[com.googlecode.gentyref/gentyref "1.1.0"]