GroupId | GroupIdio.github.tobetwo |
---|---|
ArtifactId | ArtifactIdrest4s |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rest4s-1.0.3.pom | |
rest4s-1.0.3-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tobetwo/rest4s/ -->
<dependency>
<groupId>io.github.tobetwo</groupId>
<artifactId>rest4s</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tobetwo/rest4s/
implementation 'io.github.tobetwo:rest4s:1.0.3'
// https://jarcasting.com/artifacts/io.github.tobetwo/rest4s/
implementation ("io.github.tobetwo:rest4s:1.0.3")
'io.github.tobetwo:rest4s:jar:1.0.3'
<dependency org="io.github.tobetwo" name="rest4s" rev="1.0.3">
<artifact name="rest4s" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tobetwo', module='rest4s', version='1.0.3')
)
libraryDependencies += "io.github.tobetwo" % "rest4s" % "1.0.3"
[io.github.tobetwo/rest4s "1.0.3"]