is not current version
Last Version 1.1.1

net.guerlab:commons 1.1.0

net.guerlab.commons is a suite of core and expanded libraries that include utility classes and much much more.

Categories

Categories

Net
GroupId

GroupId

net.guerlab
ArtifactId

ArtifactId

commons
Version

Version

1.1.0
Type

Type

jar

Download commons 1.1.0


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