не последняя версия
Последняя версия 6.0.0.Alpha1

org.jboss.resteasy:resteasy-spring-boot-starter 5.0.0.Alpha1

A Spring Boot starter for RESTEasy

Категории

Категории

JBoss Контейнер Application Servers Spring Boot Микросервисы RESTEasy Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.jboss.resteasy
Идентификатор

Идентификатор

resteasy-spring-boot-starter
Версия

Версия

5.0.0.Alpha1
Тип

Тип

jar

Скачать resteasy-spring-boot-starter 5.0.0.Alpha1


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