| Categories | CategoriesSpring Boot Container Microservices RESTEasy Program Interface REST Frameworks | 
|---|---|
| GroupId | GroupIdcom.paypal.springboot | 
| ArtifactId | ArtifactIdresteasy-spring-boot-starter | 
| Version | Version2.0.0-RELEASE | 
| Type | Typejar | 
<!-- 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.0.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.paypal.springboot/resteasy-spring-boot-starter/
implementation 'com.paypal.springboot:resteasy-spring-boot-starter:2.0.0-RELEASE'// https://jarcasting.com/artifacts/com.paypal.springboot/resteasy-spring-boot-starter/
implementation ("com.paypal.springboot:resteasy-spring-boot-starter:2.0.0-RELEASE")'com.paypal.springboot:resteasy-spring-boot-starter:jar:2.0.0-RELEASE'<dependency org="com.paypal.springboot" name="resteasy-spring-boot-starter" rev="2.0.0-RELEASE">
  <artifact name="resteasy-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.paypal.springboot', module='resteasy-spring-boot-starter', version='2.0.0-RELEASE')
)libraryDependencies += "com.paypal.springboot" % "resteasy-spring-boot-starter" % "2.0.0-RELEASE"[com.paypal.springboot/resteasy-spring-boot-starter "2.0.0-RELEASE"]