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