GroupId | GroupIdcom.github.jcute |
---|---|
ArtifactId | ArtifactIdjcute-examples |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
jcute-examples-0.1.1.pom | |
jcute-examples-0.1.1.jar | 15 KB |
jcute-examples-0.1.1-sources.jar | 11 KB |
jcute-examples-0.1.1-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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcute/jcute-examples/
implementation 'com.github.jcute:jcute-examples:0.1.1'
// https://jarcasting.com/artifacts/com.github.jcute/jcute-examples/
implementation ("com.github.jcute:jcute-examples:0.1.1")
'com.github.jcute:jcute-examples:jar:0.1.1'
<dependency org="com.github.jcute" name="jcute-examples" rev="0.1.1">
<artifact name="jcute-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcute', module='jcute-examples', version='0.1.1')
)
libraryDependencies += "com.github.jcute" % "jcute-examples" % "0.1.1"
[com.github.jcute/jcute-examples "0.1.1"]