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