is not current version
Last Version 2.3.4-RELEASE

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

A Spring Boot starter for RESTEasy

Categories

Categories

Spring Boot Container Microservices RESTEasy Program Interface REST Frameworks
GroupId

GroupId

com.paypal.springboot
ArtifactId

ArtifactId

resteasy-spring-boot-starter
Version

Version

2.1.1-RELEASE
Type

Type

jar

Download resteasy-spring-boot-starter 2.1.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.paypal.springboot/resteasy-spring-boot-starter/ -->
<dependency>
    <groupId>com.paypal.springboot</groupId>
    <artifactId>resteasy-spring-boot-starter</artifactId>
    <version>2.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.paypal.springboot/resteasy-spring-boot-starter/
implementation 'com.paypal.springboot:resteasy-spring-boot-starter:2.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.paypal.springboot/resteasy-spring-boot-starter/
implementation ("com.paypal.springboot:resteasy-spring-boot-starter:2.1.1-RELEASE")
'com.paypal.springboot:resteasy-spring-boot-starter:jar:2.1.1-RELEASE'
<dependency org="com.paypal.springboot" name="resteasy-spring-boot-starter" rev="2.1.1-RELEASE">
  <artifact name="resteasy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paypal.springboot', module='resteasy-spring-boot-starter', version='2.1.1-RELEASE')
)
libraryDependencies += "com.paypal.springboot" % "resteasy-spring-boot-starter" % "2.1.1-RELEASE"
[com.paypal.springboot/resteasy-spring-boot-starter "2.1.1-RELEASE"]