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