GroupId | GroupIdio.macgyver.okrest3 |
---|---|
ArtifactId | ArtifactIdokrest |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
okrest-3.0.2.pom | |
okrest-3.0.2.jar | 52 KB |
okrest-3.0.2-sources.jar | 26 KB |
okrest-3.0.2-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.macgyver.okrest3/okrest/ -->
<dependency>
<groupId>io.macgyver.okrest3</groupId>
<artifactId>okrest</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.macgyver.okrest3/okrest/
implementation 'io.macgyver.okrest3:okrest:3.0.2'
// https://jarcasting.com/artifacts/io.macgyver.okrest3/okrest/
implementation ("io.macgyver.okrest3:okrest:3.0.2")
'io.macgyver.okrest3:okrest:jar:3.0.2'
<dependency org="io.macgyver.okrest3" name="okrest" rev="3.0.2">
<artifact name="okrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.macgyver.okrest3', module='okrest', version='3.0.2')
)
libraryDependencies += "io.macgyver.okrest3" % "okrest" % "3.0.2"
[io.macgyver.okrest3/okrest "3.0.2"]