g

guice-bridge

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