GroupId | GroupIdio.github.ooknight |
---|---|
ArtifactId | ArtifactIddeploy-test |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
deploy-test-1.0.0.pom | |
deploy-test-1.0.0.jar | 2 KB |
Browse |
<!-- 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"]