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