GroupId | GroupIdio.github.Kloping |
---|---|
ArtifactId | ArtifactIdJvUtils |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
JvUtils-0.1.2.pom | |
JvUtils-0.1.2.jar | 31 KB |
JvUtils-0.1.2-sources.jar | 16 KB |
JvUtils-0.1.2-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.Kloping/JvUtils/ -->
<dependency>
<groupId>io.github.Kloping</groupId>
<artifactId>JvUtils</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.Kloping/JvUtils/
implementation 'io.github.Kloping:JvUtils:0.1.2'
// https://jarcasting.com/artifacts/io.github.Kloping/JvUtils/
implementation ("io.github.Kloping:JvUtils:0.1.2")
'io.github.Kloping:JvUtils:jar:0.1.2'
<dependency org="io.github.Kloping" name="JvUtils" rev="0.1.2">
<artifact name="JvUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.Kloping', module='JvUtils', version='0.1.2')
)
libraryDependencies += "io.github.Kloping" % "JvUtils" % "0.1.2"
[io.github.Kloping/JvUtils "0.1.2"]