Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdguicemanaged |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAX-WS Guice integration
|
Filename | Size |
---|---|
guicemanaged-0.5.pom | |
guicemanaged-0.5.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/guicemanaged/ -->
<dependency>
<groupId>org.jvnet.jax-ws-commons</groupId>
<artifactId>guicemanaged</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/guicemanaged/
implementation 'org.jvnet.jax-ws-commons:guicemanaged:0.5'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/guicemanaged/
implementation ("org.jvnet.jax-ws-commons:guicemanaged:0.5")
'org.jvnet.jax-ws-commons:guicemanaged:jar:0.5'
<dependency org="org.jvnet.jax-ws-commons" name="guicemanaged" rev="0.5">
<artifact name="guicemanaged" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='guicemanaged', version='0.5')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "guicemanaged" % "0.5"
[org.jvnet.jax-ws-commons/guicemanaged "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.guiceyfruit » guiceyfruit-core | jar | 2.0 |
com.sun.xml.ws : jaxws-rt | jar | 2.1.3 |