GroupId | GroupIdio.github.theprez |
---|---|
ArtifactId | ArtifactIdjcmdutils |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
jcmdutils-0.0.5.pom | |
jcmdutils-0.0.5.jar | 22 KB |
jcmdutils-0.0.5-sources.jar | 12 KB |
jcmdutils-0.0.5-javadoc.jar | 73 KB |
jcmdutils-0.0.5-jar-with-dependencies.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.theprez/jcmdutils/ -->
<dependency>
<groupId>io.github.theprez</groupId>
<artifactId>jcmdutils</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theprez/jcmdutils/
implementation 'io.github.theprez:jcmdutils:0.0.5'
// https://jarcasting.com/artifacts/io.github.theprez/jcmdutils/
implementation ("io.github.theprez:jcmdutils:0.0.5")
'io.github.theprez:jcmdutils:jar:0.0.5'
<dependency org="io.github.theprez" name="jcmdutils" rev="0.0.5">
<artifact name="jcmdutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theprez', module='jcmdutils', version='0.0.5')
)
libraryDependencies += "io.github.theprez" % "jcmdutils" % "0.0.5"
[io.github.theprez/jcmdutils "0.0.5"]