is not current version
Last Version 0.1.3

com.googlecode.jtype:jtype 0.1.0

Library for working with the Java 5 type system

GroupId

GroupId

com.googlecode.jtype
ArtifactId

ArtifactId

jtype
Version

Version

0.1.0
Type

Type

jar

Download jtype 0.1.0


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