is not current version
Last Version 1.0.2

com.github.aqiu202:java 1.0.1


GroupId

GroupId

com.github.aqiu202
ArtifactId

ArtifactId

java
Version

Version

1.0.1
Type

Type

pom

Download java 1.0.1

Filename Size
java-1.0.1.pom 690 bytes
Browse

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