License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdcom.paypal.springboot |
ArtifactId | ArtifactIdspring-boot-starter-resteasy |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.paypal.springboot:spring-boot-starter-resteasy
A Spring Boot starter for RESTEasy
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.paypal.springboot/spring-boot-starter-resteasy/ -->
<dependency>
<groupId>com.paypal.springboot</groupId>
<artifactId>spring-boot-starter-resteasy</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.paypal.springboot/spring-boot-starter-resteasy/
implementation 'com.paypal.springboot:spring-boot-starter-resteasy:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.paypal.springboot/spring-boot-starter-resteasy/
implementation ("com.paypal.springboot:spring-boot-starter-resteasy:1.0.0-RELEASE")
'com.paypal.springboot:spring-boot-starter-resteasy:jar:1.0.0-RELEASE'
<dependency org="com.paypal.springboot" name="spring-boot-starter-resteasy" rev="1.0.0-RELEASE">
<artifact name="spring-boot-starter-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paypal.springboot', module='spring-boot-starter-resteasy', version='1.0.0-RELEASE')
)
libraryDependencies += "com.paypal.springboot" % "spring-boot-starter-resteasy" % "1.0.0-RELEASE"
[com.paypal.springboot/spring-boot-starter-resteasy "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.3.2.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.3.2.RELEASE |
org.jboss.resteasy : resteasy-jaxrs | jar | 3.0.16.Final |
org.jboss.resteasy : async-http-servlet-3.0 | jar | 3.0.16.Final |
org.jboss.resteasy : resteasy-servlet-initializer | jar | 3.0.16.Final |
org.jboss.resteasy : resteasy-spring | jar | 3.0.16.Final |
org.jboss.resteasy : resteasy-jackson2-provider | jar | 3.0.16.Final |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.reflections : reflections | jar | 0.9.10 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.1.0.RELEASE |
org.testng : testng | jar | 6.1.1 |