is not current version
Last Version 1.1.0

net.ladenthin:javacommons 1.0.0

Provides common classes for use in other Java projects. No further dependencies.

Categories

Categories

Net
GroupId

GroupId

net.ladenthin
ArtifactId

ArtifactId

javacommons
Version

Version

1.0.0
Type

Type

jar

Download javacommons 1.0.0


<!-- https://jarcasting.com/artifacts/net.ladenthin/javacommons/ -->
<dependency>
    <groupId>net.ladenthin</groupId>
    <artifactId>javacommons</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ladenthin/javacommons/
implementation 'net.ladenthin:javacommons:1.0.0'
// https://jarcasting.com/artifacts/net.ladenthin/javacommons/
implementation ("net.ladenthin:javacommons:1.0.0")
'net.ladenthin:javacommons:jar:1.0.0'
<dependency org="net.ladenthin" name="javacommons" rev="1.0.0">
  <artifact name="javacommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ladenthin', module='javacommons', version='1.0.0')
)
libraryDependencies += "net.ladenthin" % "javacommons" % "1.0.0"
[net.ladenthin/javacommons "1.0.0"]