is not current version
Last Version 0.15

com.oneandone:typedrest-core-sample 0.8

Sample project for using the typedrest-core library

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

typedrest-core-sample
Version

Version

0.8
Type

Type

jar

Download typedrest-core-sample 0.8


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