License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.krayne |
ArtifactId | ArtifactIdkantan |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKantan
More core libraries for Java 8+
|
Project URL |
Project URL |
Filename | Size |
---|---|
kantan-0.1.0.pom | |
kantan-0.1.0.jar | 17 KB |
kantan-0.1.0-sources.jar | 7 KB |
kantan-0.1.0-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.krayne/kantan/ -->
<dependency>
<groupId>org.krayne</groupId>
<artifactId>kantan</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.krayne/kantan/
implementation 'org.krayne:kantan:0.1.0'
// https://jarcasting.com/artifacts/org.krayne/kantan/
implementation ("org.krayne:kantan:0.1.0")
'org.krayne:kantan:jar:0.1.0'
<dependency org="org.krayne" name="kantan" rev="0.1.0">
<artifact name="kantan" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.krayne', module='kantan', version='0.1.0')
)
libraryDependencies += "org.krayne" % "kantan" % "0.1.0"
[org.krayne/kantan "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |