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