h

hk2-bridge

Files download
File Operation
hk2-bridge-0.3.3.jar download
hk2-bridge-0.3.3.pom download
hk2-bridge-0.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.qsy7.java.infrastructure.inject.modules.web.providers.guice.modules</groupId>
  <artifactId>hk2-bridge</artifactId>
  <version>0.3.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.qsy7.java.infrastructure.inject.modules.web.providers.guice.modules:hk2-bridge:0.3.3'
Gradle Kotlin
implementation("io.github.qsy7.java.infrastructure.inject.modules.web.providers.guice.modules:hk2-bridge:0.3.3")
Scala SBT
libraryDependencies += "io.github.qsy7.java.infrastructure.inject.modules.web.providers.guice.modules" % "hk2-bridge" % "0.3.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qsy7.java.infrastructure.inject.modules.web.providers.guice.modules', module='hk2-bridge', version='0.3.3')
)
Apache Ivy
<dependency org="io.github.qsy7.java.infrastructure.inject.modules.web.providers.guice.modules" name="hk2-bridge" rev="0.3.3" />
Leiningen
[io.github.qsy7.java.infrastructure.inject.modules.web.providers.guice.modules/hk2-bridge "0.3.3"]
Apache Buildr
'io.github.qsy7.java.infrastructure.inject.modules.web.providers.guice.modules:hk2-bridge:jar:0.3.3'