Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-spring-web |
Version | Version4.6.1.Beta6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-web</artifactId>
<version>4.6.1.Beta6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/
implementation 'org.jboss.resteasy:resteasy-spring-web:4.6.1.Beta6'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-spring-web/
implementation ("org.jboss.resteasy:resteasy-spring-web:4.6.1.Beta6")
'org.jboss.resteasy:resteasy-spring-web:jar:4.6.1.Beta6'
<dependency org="org.jboss.resteasy" name="resteasy-spring-web" rev="4.6.1.Beta6">
<artifact name="resteasy-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-spring-web', version='4.6.1.Beta6')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-spring-web" % "4.6.1.Beta6"
[org.jboss.resteasy/resteasy-spring-web "4.6.1.Beta6"]