is not current version
Last Version 1.2.1

com.github.frtu.libs:java 1.2.0


GroupId

GroupId

com.github.frtu.libs
ArtifactId

ArtifactId

java
Version

Version

1.2.0
Type

Type

pom

Download java 1.2.0

Filename Size
java-1.2.0.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.frtu.libs/java/ -->
<dependency>
    <groupId>com.github.frtu.libs</groupId>
    <artifactId>java</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.libs/java/
implementation 'com.github.frtu.libs:java:1.2.0'
// https://jarcasting.com/artifacts/com.github.frtu.libs/java/
implementation ("com.github.frtu.libs:java:1.2.0")
'com.github.frtu.libs:java:pom:1.2.0'
<dependency org="com.github.frtu.libs" name="java" rev="1.2.0">
  <artifact name="java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.libs', module='java', version='1.2.0')
)
libraryDependencies += "com.github.frtu.libs" % "java" % "1.2.0"
[com.github.frtu.libs/java "1.2.0"]