is not current version
Last Version 0.30

com.oneandone:typedrest-annotations 0.9

Annotations for data models to be used with TypedRest.

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

typedrest-annotations
Version

Version

0.9
Type

Type

jar

Download typedrest-annotations 0.9


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