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