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