is not current version
Last Version 0.15

com.oneandone:typedrest-core-sample 0.11

Sample project for using the typedrest-core library

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

typedrest-core-sample
Version

Version

0.11
Type

Type

jar

Download typedrest-core-sample 0.11


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