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