g

guice-bridge

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