is not current version
Last Version 0.15

com.oneandone:typedrest-core-sample 0.14

Sample project for using the typedrest-core library

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

typedrest-core-sample
Version

Version

0.14
Type

Type

jar

Download typedrest-core-sample 0.14


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