License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdcom.paypal.springboot |
ArtifactId | ArtifactIdresteasy-spring-boot-starter |
Last Version | Last Version2.3.4-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionresteasy-spring-boot-starter
A Spring Boot starter for RESTEasy
|
Project URL |
Project URL |
<!-- 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.3.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.paypal.springboot/resteasy-spring-boot-starter/
implementation 'com.paypal.springboot:resteasy-spring-boot-starter:2.3.4-RELEASE'
// https://jarcasting.com/artifacts/com.paypal.springboot/resteasy-spring-boot-starter/
implementation ("com.paypal.springboot:resteasy-spring-boot-starter:2.3.4-RELEASE")
'com.paypal.springboot:resteasy-spring-boot-starter:jar:2.3.4-RELEASE'
<dependency org="com.paypal.springboot" name="resteasy-spring-boot-starter" rev="2.3.4-RELEASE">
<artifact name="resteasy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paypal.springboot', module='resteasy-spring-boot-starter', version='2.3.4-RELEASE')
)
libraryDependencies += "com.paypal.springboot" % "resteasy-spring-boot-starter" % "2.3.4-RELEASE"
[com.paypal.springboot/resteasy-spring-boot-starter "2.3.4-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.8.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.8.RELEASE |
org.jboss.resteasy : resteasy-jaxrs | jar | 3.1.4.Final |
org.jboss.resteasy : resteasy-servlet-initializer | jar | 3.1.4.Final |
org.jboss.resteasy : resteasy-spring | jar | 3.1.4.Final |
org.jboss.resteasy : resteasy-jackson2-provider | jar | 3.1.4.Final |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.1.0.RELEASE |
org.testng : testng | jar | 6.1.1 |
org.mockito : mockito-core | jar | 1.10.19 |
org.powermock : powermock-core | jar | 1.6.6 |
org.powermock : powermock-api-mockito | jar | 1.6.5 |
org.powermock : powermock-module-testng-common | jar | 1.6.5 |
org.powermock : powermock-module-testng | jar | 1.6.5 |
org.powermock : powermock-reflect | jar | 1.6.5 |