g

guice-bridge

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