| License |
License
GNU General Public License (GPL) version 3.0
|
|---|---|
| GroupId | GroupIdio.github.ooknight |
| ArtifactId | ArtifactIddeploy-test |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondeploy test
deploy test
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| deploy-test-1.0.1.pom | |
| deploy-test-1.0.1.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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ooknight/deploy-test/
implementation 'io.github.ooknight:deploy-test:1.0.1'
// https://jarcasting.com/artifacts/io.github.ooknight/deploy-test/
implementation ("io.github.ooknight:deploy-test:1.0.1")
'io.github.ooknight:deploy-test:jar:1.0.1'
<dependency org="io.github.ooknight" name="deploy-test" rev="1.0.1">
<artifact name="deploy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ooknight', module='deploy-test', version='1.0.1')
)
libraryDependencies += "io.github.ooknight" % "deploy-test" % "1.0.1"
[io.github.ooknight/deploy-test "1.0.1"]