is not current version
Last Version 0.20

com.oneandone:typedrest-sample-model 0.18

Sample project for creating a domain model usable by TypedRest

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

typedrest-sample-model
Version

Version

0.18
Type

Type

jar

Download typedrest-sample-model 0.18


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