License |
License |
---|---|
GroupId | GroupIdorg.elypia.retropia |
ArtifactId | ArtifactIdtest |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionretropia
An extension for Retrofit to provide a subjectively cleaner interface and additional utilities.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
test-1.2.0.pom | |
test-1.2.0.jar | 6 KB |
test-1.2.0-sources.jar | 4 KB |
test-1.2.0-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elypia.retropia/test/ -->
<dependency>
<groupId>org.elypia.retropia</groupId>
<artifactId>test</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elypia.retropia/test/
implementation 'org.elypia.retropia:test:1.2.0'
// https://jarcasting.com/artifacts/org.elypia.retropia/test/
implementation ("org.elypia.retropia:test:1.2.0")
'org.elypia.retropia:test:jar:1.2.0'
<dependency org="org.elypia.retropia" name="test" rev="1.2.0">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elypia.retropia', module='test', version='1.2.0')
)
libraryDependencies += "org.elypia.retropia" % "test" % "1.2.0"
[org.elypia.retropia/test "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
com.squareup.okhttp3 : mockwebserver | jar | 3.14.9 |