is not current version
Last Version 1.1.0

io.github.972424611:untitled2 1.0.0

To introduce classes in the Java project POM

GroupId

GroupId

io.github.972424611
ArtifactId

ArtifactId

untitled2
Version

Version

1.0.0
Type

Type

jar

Download untitled2 1.0.0


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