| GroupId | GroupIdio.github.jzdayz |
|---|---|
| ArtifactId | ArtifactIdtest |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| test-2.0.pom | |
| test-2.0.jar | 1020 bytes |
| test-2.0-tests.jar | 261 bytes |
| test-2.0-sources.jar | 796 bytes |
| test-2.0-javadoc.jar | 19 KB |
| Browse |
<!-- 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"]