GroupId | GroupIdcom.github.restup.test |
---|---|
ArtifactId | ArtifactIdup-test |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
up-test-0.0.1.pom | |
up-test-0.0.1.jar | 40 KB |
up-test-0.0.1-sources.jar | 19 KB |
up-test-0.0.1-javadoc.jar | 183 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup.test/up-test/
implementation 'com.github.restup.test:up-test:0.0.1'
// https://jarcasting.com/artifacts/com.github.restup.test/up-test/
implementation ("com.github.restup.test:up-test:0.0.1")
'com.github.restup.test:up-test:jar:0.0.1'
<dependency org="com.github.restup.test" name="up-test" rev="0.0.1">
<artifact name="up-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restup.test', module='up-test', version='0.0.1')
)
libraryDependencies += "com.github.restup.test" % "up-test" % "0.0.1"
[com.github.restup.test/up-test "0.0.1"]