MVN

com.oneandone : typedrest-annotations

Maven & Gradle

Dec 13, 2016
3 usages

TypedRest Annotations · Annotations for data models to be used with TypedRest.

<dependency>
    <groupId>com.oneandone</groupId>
    <artifactId>typedrest-annotations</artifactId>
    <version>0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oneandone : typedrest-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.30

All Versions

Choose a version of com.oneandone : typedrest-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.30
typedrest-annotations-0.30
0.29.x
typedrest-annotations-0.29.1
0.28.x
typedrest-annotations-0.28.1
0.28
typedrest-annotations-0.28
0.27
typedrest-annotations-0.27
0.26
typedrest-annotations-0.26
0.25
typedrest-annotations-0.25
0.24
typedrest-annotations-0.24
0.23
typedrest-annotations-0.23
0.22
typedrest-annotations-0.22
0.21
typedrest-annotations-0.21
0.20
typedrest-annotations-0.20
0.19
typedrest-annotations-0.19
0.18
typedrest-annotations-0.18
0.17
typedrest-annotations-0.17
0.16
typedrest-annotations-0.16
0.15
typedrest-annotations-0.15
0.14
typedrest-annotations-0.14
0.13
typedrest-annotations-0.13
0.12
typedrest-annotations-0.12
0.11
typedrest-annotations-0.11
0.10
typedrest-annotations-0.10
0.9
typedrest-annotations-0.9

How to add a dependency to Maven

Add the following com.oneandone : typedrest-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oneandone</groupId>
    <artifactId>typedrest-annotations</artifactId>
    <version>0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oneandone : typedrest-annotations gradle dependency to your build.gradle file:

implementation 'com.oneandone:typedrest-annotations:0.30'

Gradle Kotlin DSL: Add the following com.oneandone : typedrest-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oneandone:typedrest-annotations:0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oneandone : typedrest-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oneandone" % "typedrest-annotations" % "0.30"