GroupId | GroupIdcom.github.restup.test |
---|---|
ArtifactId | ArtifactIdup-test |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
up-test-0.0.4.pom | |
up-test-0.0.4.jar | 44 KB |
up-test-0.0.4-sources.jar | 22 KB |
up-test-0.0.4-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.restup.test/up-test/ -->
<dependency>
<groupId>com.github.restup.test</groupId>
<artifactId>up-test</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup.test/up-test/
implementation 'com.github.restup.test:up-test:0.0.4'
// https://jarcasting.com/artifacts/com.github.restup.test/up-test/
implementation ("com.github.restup.test:up-test:0.0.4")
'com.github.restup.test:up-test:jar:0.0.4'
<dependency org="com.github.restup.test" name="up-test" rev="0.0.4">
<artifact name="up-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restup.test', module='up-test', version='0.0.4')
)
libraryDependencies += "com.github.restup.test" % "up-test" % "0.0.4"
[com.github.restup.test/up-test "0.0.4"]