Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.phantomstr.testing-tools |
ArtifactId | ArtifactIdrest-api |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-api-1.3.0.pom | |
rest-api-1.3.0.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.phantomstr.testing-tools/rest-api/ -->
<dependency>
<groupId>io.github.phantomstr.testing-tools</groupId>
<artifactId>rest-api</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.phantomstr.testing-tools/rest-api/
implementation 'io.github.phantomstr.testing-tools:rest-api:1.3.0'
// https://jarcasting.com/artifacts/io.github.phantomstr.testing-tools/rest-api/
implementation ("io.github.phantomstr.testing-tools:rest-api:1.3.0")
'io.github.phantomstr.testing-tools:rest-api:jar:1.3.0'
<dependency org="io.github.phantomstr.testing-tools" name="rest-api" rev="1.3.0">
<artifact name="rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.phantomstr.testing-tools', module='rest-api', version='1.3.0')
)
libraryDependencies += "io.github.phantomstr.testing-tools" % "rest-api" % "1.3.0"
[io.github.phantomstr.testing-tools/rest-api "1.3.0"]