License |
License |
---|---|
Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdnet.peachjean.guice |
ArtifactId | ArtifactIdpeachguice-resteasy |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPeachGuice :: RestEasy
Modules to integrate Guice with various frameworks while maintaining Guice-style injection.
|
Filename | Size |
---|---|
peachguice-resteasy-0.1.pom | |
peachguice-resteasy-0.1.jar | 7 KB |
peachguice-resteasy-0.1-sources.jar | 3 KB |
peachguice-resteasy-0.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.peachjean.guice/peachguice-resteasy/ -->
<dependency>
<groupId>net.peachjean.guice</groupId>
<artifactId>peachguice-resteasy</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.guice/peachguice-resteasy/
implementation 'net.peachjean.guice:peachguice-resteasy:0.1'
// https://jarcasting.com/artifacts/net.peachjean.guice/peachguice-resteasy/
implementation ("net.peachjean.guice:peachguice-resteasy:0.1")
'net.peachjean.guice:peachguice-resteasy:jar:0.1'
<dependency org="net.peachjean.guice" name="peachguice-resteasy" rev="0.1">
<artifact name="peachguice-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.guice', module='peachguice-resteasy', version='0.1')
)
libraryDependencies += "net.peachjean.guice" % "peachguice-resteasy" % "0.1"
[net.peachjean.guice/peachguice-resteasy "0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.peachjean.guice : peachguice-base | jar | 0.1 |
com.google.inject : guice | jar | 3.0 |
com.google.inject.extensions : guice-servlet | jar | 3.0 |
org.jboss.resteasy : resteasy-jaxrs | jar | 2.2.0.GA |
org.jboss.resteasy : resteasy-guice | jar | 2.2.0.GA |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |