не последняя версия
Последняя версия 0.1.3

com.googlecode.jtype:jtype 0.1.2

Library for working with the Java 5 type system

Группа

Группа

com.googlecode.jtype
Идентификатор

Идентификатор

jtype
Версия

Версия

0.1.2
Тип

Тип

jar

Скачать jtype 0.1.2


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