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