Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.opendaylight.infrautils |
ArtifactId | ArtifactIdready-guice |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
ready-guice-2.0.6.pom | |
ready-guice-2.0.6-sources.jar | 3 KB |
ready-guice-2.0.6-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.infrautils/ready-guice/ -->
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>ready-guice</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/ready-guice/
implementation 'org.opendaylight.infrautils:ready-guice:2.0.6'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/ready-guice/
implementation ("org.opendaylight.infrautils:ready-guice:2.0.6")
'org.opendaylight.infrautils:ready-guice:jar:2.0.6'
<dependency org="org.opendaylight.infrautils" name="ready-guice" rev="2.0.6">
<artifact name="ready-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='ready-guice', version='2.0.6')
)
libraryDependencies += "org.opendaylight.infrautils" % "ready-guice" % "2.0.6"
[org.opendaylight.infrautils/ready-guice "2.0.6"]