Files download
File Operation
gentyref-1.2.0.jar download
gentyref-1.2.0.pom download
gentyref-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.gentyref</groupId>
  <artifactId>gentyref</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.gentyref:gentyref:1.2.0'
Gradle Kotlin
implementation("com.googlecode.gentyref:gentyref:1.2.0")
Scala SBT
libraryDependencies += "com.googlecode.gentyref" % "gentyref" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.gentyref', module='gentyref', version='1.2.0')
)
Apache Ivy
<dependency org="com.googlecode.gentyref" name="gentyref" rev="1.2.0" />
Leiningen
[com.googlecode.gentyref/gentyref "1.2.0"]
Apache Buildr
'com.googlecode.gentyref:gentyref:jar:1.2.0'
Dependencies