Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.jvnet.jax_ws_commons |
ArtifactId | ArtifactIdguicemanaged |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAX-WS Guice integration
|
Filename | Size |
---|---|
guicemanaged-0.3.pom | |
guicemanaged-0.3.jar | 4 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax_ws_commons/guicemanaged/
implementation 'org.jvnet.jax_ws_commons:guicemanaged:0.3'
// https://jarcasting.com/artifacts/org.jvnet.jax_ws_commons/guicemanaged/
implementation ("org.jvnet.jax_ws_commons:guicemanaged:0.3")
'org.jvnet.jax_ws_commons:guicemanaged:jar:0.3'
<dependency org="org.jvnet.jax_ws_commons" name="guicemanaged" rev="0.3">
<artifact name="guicemanaged" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax_ws_commons', module='guicemanaged', version='0.3')
)
libraryDependencies += "org.jvnet.jax_ws_commons" % "guicemanaged" % "0.3"
[org.jvnet.jax_ws_commons/guicemanaged "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.guice : guice | jar | 1.0 |
com.sun.xml.ws : jaxws-rt | jar | 2.1.3 |