License |
License |
---|---|
GroupId | GroupIdorg.javaruntype |
ArtifactId | ArtifactIdjavaruntype |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjavaruntype
javaRuntype is a compact library aimed at offering a runtime representation of the Java type system
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
javaruntype-1.3.pom | |
javaruntype-1.3.jar | 69 KB |
javaruntype-1.3-sources.jar | 61 KB |
javaruntype-1.3-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javaruntype/javaruntype/ -->
<dependency>
<groupId>org.javaruntype</groupId>
<artifactId>javaruntype</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.javaruntype/javaruntype/
implementation 'org.javaruntype:javaruntype:1.3'
// https://jarcasting.com/artifacts/org.javaruntype/javaruntype/
implementation ("org.javaruntype:javaruntype:1.3")
'org.javaruntype:javaruntype:jar:1.3'
<dependency org="org.javaruntype" name="javaruntype" rev="1.3">
<artifact name="javaruntype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javaruntype', module='javaruntype', version='1.3')
)
libraryDependencies += "org.javaruntype" % "javaruntype" % "1.3"
[org.javaruntype/javaruntype "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr-runtime | jar | 3.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |