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