License |
License |
---|---|
GroupId | GroupIdcom.github.typeutils |
ArtifactId | ArtifactIdtypeutils |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptiontypeutils
Utilities for dealing with Java types
|
Project URL |
Project URL |
Filename | Size |
---|---|
typeutils-0.0.1.pom | |
typeutils-0.0.1.jar | 37 KB |
typeutils-0.0.1-sources.jar | 22 KB |
typeutils-0.0.1-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.typeutils/typeutils/ -->
<dependency>
<groupId>com.github.typeutils</groupId>
<artifactId>typeutils</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.typeutils/typeutils/
implementation 'com.github.typeutils:typeutils:0.0.1'
// https://jarcasting.com/artifacts/com.github.typeutils/typeutils/
implementation ("com.github.typeutils:typeutils:0.0.1")
'com.github.typeutils:typeutils:jar:0.0.1'
<dependency org="com.github.typeutils" name="typeutils" rev="0.0.1">
<artifact name="typeutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.typeutils', module='typeutils', version='0.0.1')
)
libraryDependencies += "com.github.typeutils" % "typeutils" % "0.0.1"
[com.github.typeutils/typeutils "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | [1.7.5,] |
com.google.guava : guava | jar | 21.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-log4j12 | jar | [1.7.5,] |