is not current version
Last Version 3.0.RELEASE

io.github.jzdayz:test 2.0

Test

GroupId

GroupId

io.github.jzdayz
ArtifactId

ArtifactId

test
Version

Version

2.0
Type

Type

jar

Download test 2.0


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