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