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