License |
License |
---|---|
GroupId | GroupIdcom.github.jcute |
ArtifactId | ArtifactIdjcute-basic |
Version | Version0.0.7 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
jcute-basic-0.0.7.pom | |
jcute-basic-0.0.7.jar | 43 KB |
jcute-basic-0.0.7-sources.jar | 27 KB |
jcute-basic-0.0.7-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jcute/jcute-basic/ -->
<dependency>
<groupId>com.github.jcute</groupId>
<artifactId>jcute-basic</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcute/jcute-basic/
implementation 'com.github.jcute:jcute-basic:0.0.7'
// https://jarcasting.com/artifacts/com.github.jcute/jcute-basic/
implementation ("com.github.jcute:jcute-basic:0.0.7")
'com.github.jcute:jcute-basic:jar:0.0.7'
<dependency org="com.github.jcute" name="jcute-basic" rev="0.0.7">
<artifact name="jcute-basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcute', module='jcute-basic', version='0.0.7')
)
libraryDependencies += "com.github.jcute" % "jcute-basic" % "0.0.7"
[com.github.jcute/jcute-basic "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.25 |
log4j : log4j Optional | jar | 1.2.17 |
junit : junit Optional | jar | 4.12 |