is not current version
Last Version 1.0.1

io.github.ooknight:deploy-test 1.0.0

deploy test

GroupId

GroupId

io.github.ooknight
ArtifactId

ArtifactId

deploy-test
Version

Version

1.0.0
Type

Type

jar

Download deploy-test 1.0.0


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