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