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