GroupId | GroupIdcom.github.jcute |
---|---|
ArtifactId | ArtifactIdjcute-core |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
jcute-core-0.0.6.pom | |
jcute-core-0.0.6.jar | 558 KB |
jcute-core-0.0.6-sources.jar | 3 KB |
jcute-core-0.0.6-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jcute/jcute-core/ -->
<dependency>
<groupId>com.github.jcute</groupId>
<artifactId>jcute-core</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcute/jcute-core/
implementation 'com.github.jcute:jcute-core:0.0.6'
// https://jarcasting.com/artifacts/com.github.jcute/jcute-core/
implementation ("com.github.jcute:jcute-core:0.0.6")
'com.github.jcute:jcute-core:jar:0.0.6'
<dependency org="com.github.jcute" name="jcute-core" rev="0.0.6">
<artifact name="jcute-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcute', module='jcute-core', version='0.0.6')
)
libraryDependencies += "com.github.jcute" % "jcute-core" % "0.0.6"
[com.github.jcute/jcute-core "0.0.6"]