c

commons

net.guerlab.commons is a suite of core and expanded libraries that include utility classes and much much more.
https://gitee.com/guerlab_net/commons
The Apache License, Version 2.0
guer
Files download
File Operation
commons-1.1.1.jar download
commons-1.1.1.pom download
commons-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.guerlab</groupId>
  <artifactId>commons</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.guerlab:commons:1.1.1'
Gradle Kotlin
implementation("net.guerlab:commons:1.1.1")
Scala SBT
libraryDependencies += "net.guerlab" % "commons" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.guerlab', module='commons', version='1.1.1')
)
Apache Ivy
<dependency org="net.guerlab" name="commons" rev="1.1.1" />
Leiningen
[net.guerlab/commons "1.1.1"]
Apache Buildr
'net.guerlab:commons:jar:1.1.1'