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