is not current version
Last Version 0.3.0

net.ethx.shuteye:shuteye 0.1.0

Sane, zero-dependency library for building REST clients

Categories

Categories

Net
GroupId

GroupId

net.ethx.shuteye
ArtifactId

ArtifactId

shuteye
Version

Version

0.1.0
Type

Type

jar

Download shuteye 0.1.0


<!-- https://jarcasting.com/artifacts/net.ethx.shuteye/shuteye/ -->
<dependency>
    <groupId>net.ethx.shuteye</groupId>
    <artifactId>shuteye</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ethx.shuteye/shuteye/
implementation 'net.ethx.shuteye:shuteye:0.1.0'
// https://jarcasting.com/artifacts/net.ethx.shuteye/shuteye/
implementation ("net.ethx.shuteye:shuteye:0.1.0")
'net.ethx.shuteye:shuteye:jar:0.1.0'
<dependency org="net.ethx.shuteye" name="shuteye" rev="0.1.0">
  <artifact name="shuteye" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ethx.shuteye', module='shuteye', version='0.1.0')
)
libraryDependencies += "net.ethx.shuteye" % "shuteye" % "0.1.0"
[net.ethx.shuteye/shuteye "0.1.0"]