is not current version
Last Version 0.7

com.oneandone:typedrest 0.6

TypedRest helps you build type-safe fluent-style REST API clients.

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

typedrest
Version

Version

0.6
Type

Type

jar

Download typedrest 0.6


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