Categories |
CategoriesJBoss Container Application Servers GUI User Interface Guice Application Layer Libs Dependency Injection RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-guice |
Version | Version3.6.3.SP1 |
Type | Typejar |
Filename | Size |
---|---|
resteasy-guice-3.6.3.SP1.pom | |
resteasy-guice-3.6.3.SP1.jar | 21 KB |
resteasy-guice-3.6.3.SP1-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-guice/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-guice</artifactId>
<version>3.6.3.SP1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-guice/
implementation 'org.jboss.resteasy:resteasy-guice:3.6.3.SP1'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-guice/
implementation ("org.jboss.resteasy:resteasy-guice:3.6.3.SP1")
'org.jboss.resteasy:resteasy-guice:jar:3.6.3.SP1'
<dependency org="org.jboss.resteasy" name="resteasy-guice" rev="3.6.3.SP1">
<artifact name="resteasy-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-guice', version='3.6.3.SP1')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-guice" % "3.6.3.SP1"
[org.jboss.resteasy/resteasy-guice "3.6.3.SP1"]