| Категории |
КатегорииSpring Boot Контейнер Микросервисы RESTEasy Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.paypal.springboot |
| Идентификатор | Идентификаторresteasy-spring-boot-starter |
| Версия | Версия2.3.2-RELEASE |
| Тип | Типjar |
<!-- 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.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.paypal.springboot/resteasy-spring-boot-starter/
implementation 'com.paypal.springboot:resteasy-spring-boot-starter:2.3.2-RELEASE'
// https://jarcasting.com/artifacts/com.paypal.springboot/resteasy-spring-boot-starter/
implementation ("com.paypal.springboot:resteasy-spring-boot-starter:2.3.2-RELEASE")
'com.paypal.springboot:resteasy-spring-boot-starter:jar:2.3.2-RELEASE'
<dependency org="com.paypal.springboot" name="resteasy-spring-boot-starter" rev="2.3.2-RELEASE">
<artifact name="resteasy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paypal.springboot', module='resteasy-spring-boot-starter', version='2.3.2-RELEASE')
)
libraryDependencies += "com.paypal.springboot" % "resteasy-spring-boot-starter" % "2.3.2-RELEASE"
[com.paypal.springboot/resteasy-spring-boot-starter "2.3.2-RELEASE"]