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