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