License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jtype |
ArtifactId | ArtifactIdjtype |
Version | Version0.1.3 |
Type | Typejar |
Description |
DescriptionJType
Library for working with the Java 5 type system
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jtype-0.1.3.pom | |
jtype-0.1.3.jar | 32 KB |
jtype-0.1.3-sources.jar | 24 KB |
jtype-0.1.3-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jtype/jtype/ -->
<dependency>
<groupId>com.googlecode.jtype</groupId>
<artifactId>jtype</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jtype/jtype/
implementation 'com.googlecode.jtype:jtype:0.1.3'
// https://jarcasting.com/artifacts/com.googlecode.jtype/jtype/
implementation ("com.googlecode.jtype:jtype:0.1.3")
'com.googlecode.jtype:jtype:jar:0.1.3'
<dependency org="com.googlecode.jtype" name="jtype" rev="0.1.3">
<artifact name="jtype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jtype', module='jtype', version='0.1.3')
)
libraryDependencies += "com.googlecode.jtype" % "jtype" % "0.1.3"
[com.googlecode.jtype/jtype "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |
org.jmock : jmock-junit4 | jar | 2.5.1 |
org.jmock : jmock-legacy | jar | 2.5.1 |