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