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