is not current version
Last Version 6.0.0.Alpha1

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

A Spring Boot starter for RESTEasy

Categories

Categories

JBoss Container Application Servers Spring Boot Microservices RESTEasy Program Interface REST Frameworks
GroupId

GroupId

org.jboss.resteasy
ArtifactId

ArtifactId

resteasy-spring-boot-starter
Version

Version

5.0.0.Alpha1
Type

Type

jar

Download 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"]