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.4.jar download
azeroth-1.2.4.pom download
azeroth-1.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.guerlab</groupId>
  <artifactId>azeroth</artifactId>
  <version>1.2.4</version>
</dependency>
Gradle Groovy
implementation 'net.guerlab:azeroth:1.2.4'
Gradle Kotlin
implementation("net.guerlab:azeroth:1.2.4")
Scala SBT
libraryDependencies += "net.guerlab" % "azeroth" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='net.guerlab', module='azeroth', version='1.2.4')
)
Apache Ivy
<dependency org="net.guerlab" name="azeroth" rev="1.2.4" />
Leiningen
[net.guerlab/azeroth "1.2.4"]
Apache Buildr
'net.guerlab:azeroth:jar:1.2.4'