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