a

azeroth

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