Files download
File Operation
tools-1.0.0.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>top.aeizzz</groupId>
  <artifactId>tools</artifactId>
  <version>1.0.0.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'top.aeizzz:tools:1.0.0.RELEASE'
Gradle Kotlin
implementation("top.aeizzz:tools:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "top.aeizzz" % "tools" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='top.aeizzz', module='tools', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="top.aeizzz" name="tools" rev="1.0.0.RELEASE" />
Leiningen
[top.aeizzz/tools "1.0.0.RELEASE"]
Apache Buildr
'top.aeizzz:tools:jar:1.0.0.RELEASE'