MVN

org.androidannotations : rest-spring

Maven & Gradle

Nov 19, 2020
1 usages

REST Annotation Processor with Spring REST template · AndroidAnnotations plugin for REST with Spring REST template

<dependency>
    <groupId>org.androidannotations</groupId>
    <artifactId>rest-spring</artifactId>
    <version>4.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.androidannotations : rest-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.8.0

All Versions

Choose a version of org.androidannotations : rest-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
rest-spring-4.8.0
4.7.x
rest-spring-4.7.0
4.6.x
rest-spring-4.6.0
4.5.x
rest-spring-4.5.2
rest-spring-4.5.1
rest-spring-4.5.0
4.4.x
rest-spring-4.4.0
4.3.x
rest-spring-4.3.1
rest-spring-4.3.0
4.2.x
rest-spring-4.2.0
4.1.x
rest-spring-4.1.0
4.0.x
rest-spring-4.0.0

How to add a dependency to Maven

Add the following org.androidannotations : rest-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.androidannotations</groupId>
    <artifactId>rest-spring</artifactId>
    <version>4.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.androidannotations : rest-spring gradle dependency to your build.gradle file:

implementation 'org.androidannotations:rest-spring:4.8.0'

Gradle Kotlin DSL: Add the following org.androidannotations : rest-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.androidannotations:rest-spring:4.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.androidannotations : rest-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.androidannotations" % "rest-spring" % "4.8.0"

Advertisement