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 Updated
  • typedrest-annotations-0.30

    Dec 13, 2016
  • typedrest-annotations-0.29.1

    Nov 25, 2016
  • typedrest-annotations-0.28.1

    Nov 10, 2016
  • typedrest-annotations-0.28

    Nov 09, 2016
  • typedrest-annotations-0.27

    Oct 11, 2016
  • typedrest-annotations-0.26

    Sep 15, 2016
  • typedrest-annotations-0.25

    Sep 05, 2016
  • typedrest-annotations-0.24

    Sep 01, 2016
  • typedrest-annotations-0.23

    Jul 11, 2016
  • typedrest-annotations-0.22

    Jun 28, 2016
  • typedrest-annotations-0.21

    Jun 28, 2016
  • typedrest-annotations-0.20

    May 30, 2016
  • typedrest-annotations-0.19

    May 25, 2016
  • typedrest-annotations-0.18

    Apr 29, 2016
  • typedrest-annotations-0.17

    Apr 27, 2016
  • typedrest-annotations-0.16

    Mar 21, 2016
  • typedrest-annotations-0.15

    Feb 27, 2016
  • typedrest-annotations-0.14

    Jan 25, 2016
  • typedrest-annotations-0.13

    Jan 18, 2016
  • typedrest-annotations-0.12

    Jan 07, 2016
  • typedrest-annotations-0.11

    Dec 17, 2015
  • typedrest-annotations-0.10

    Dec 11, 2015
  • typedrest-annotations-0.9

    Nov 17, 2015

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"