Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdguicemanaged |
Version | Version0.3 |
Type | Typejar |
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"]