GroupId | GroupIdcom.github.aivancioglo |
---|---|
ArtifactId | ArtifactIdresttest |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
resttest-1.2.2.pom | |
resttest-1.2.2.jar | 12 KB |
resttest-1.2.2-sources.jar | 6 KB |
resttest-1.2.2-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aivancioglo/resttest/ -->
<dependency>
<groupId>com.github.aivancioglo</groupId>
<artifactId>resttest</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aivancioglo/resttest/
implementation 'com.github.aivancioglo:resttest:1.2.2'
// https://jarcasting.com/artifacts/com.github.aivancioglo/resttest/
implementation ("com.github.aivancioglo:resttest:1.2.2")
'com.github.aivancioglo:resttest:jar:1.2.2'
<dependency org="com.github.aivancioglo" name="resttest" rev="1.2.2">
<artifact name="resttest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aivancioglo', module='resttest', version='1.2.2')
)
libraryDependencies += "com.github.aivancioglo" % "resttest" % "1.2.2"
[com.github.aivancioglo/resttest "1.2.2"]