g

guice-bridge

${project.name}
Files download
File Operation
guice-bridge-2.4.0-b06.jar download
guice-bridge-2.4.0-b06.pom download
guice-bridge-2.4.0-b06-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.hk2</groupId>
  <artifactId>guice-bridge</artifactId>
  <version>2.4.0-b06</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.hk2:guice-bridge:2.4.0-b06'
Gradle Kotlin
implementation("org.glassfish.hk2:guice-bridge:2.4.0-b06")
Scala SBT
libraryDependencies += "org.glassfish.hk2" % "guice-bridge" % "2.4.0-b06"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.hk2', module='guice-bridge', version='2.4.0-b06')
)
Apache Ivy
<dependency org="org.glassfish.hk2" name="guice-bridge" rev="2.4.0-b06" />
Leiningen
[org.glassfish.hk2/guice-bridge "2.4.0-b06"]
Apache Buildr
'org.glassfish.hk2:guice-bridge:jar:2.4.0-b06'