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