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