MVN

com.paypal.springboot : resteasy-spring-boot-starter

Maven & Gradle

Nov 06, 2017
13 usages
186 stars

A Spring Boot starter for RESTEasy

<dependency>
    <groupId>com.paypal.springboot</groupId>
    <artifactId>resteasy-spring-boot-starter</artifactId>
    <version>2.3.4-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.paypal.springboot : resteasy-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4-RELEASE

All Versions

Choose a version of com.paypal.springboot : resteasy-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
resteasy-spring-boot-starter-2.3.4-RELEASE
resteasy-spring-boot-starter-2.3.3-RELEASE
resteasy-spring-boot-starter-2.3.2-RELEASE
resteasy-spring-boot-starter-2.3.1-RELEASE
resteasy-spring-boot-starter-2.3.0-RELEASE
2.2.x
resteasy-spring-boot-starter-2.2.2-RELEASE
resteasy-spring-boot-starter-2.2.1-RELEASE
resteasy-spring-boot-starter-2.2.0-RELEASE
2.1.x
resteasy-spring-boot-starter-2.1.1-RELEASE
resteasy-spring-boot-starter-2.1.0-RELEASE
2.0.x
resteasy-spring-boot-starter-2.0.1-RELEASE
resteasy-spring-boot-starter-2.0.0-RELEASE

How to add a dependency to Maven

Add the following com.paypal.springboot : resteasy-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.paypal.springboot</groupId>
    <artifactId>resteasy-spring-boot-starter</artifactId>
    <version>2.3.4-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.paypal.springboot : resteasy-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.paypal.springboot:resteasy-spring-boot-starter:2.3.4-RELEASE'

Gradle Kotlin DSL: Add the following com.paypal.springboot : resteasy-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.paypal.springboot:resteasy-spring-boot-starter:2.3.4-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.paypal.springboot : resteasy-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.paypal.springboot" % "resteasy-spring-boot-starter" % "2.3.4-RELEASE"

Advertisement