Files download
File Operation
test-hk2-0.5.0.jar download
test-hk2-0.5.0.pom download
test-hk2-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fitbur.test</groupId>
  <artifactId>test-hk2</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.fitbur.test:test-hk2:0.5.0'
Gradle Kotlin
implementation("com.fitbur.test:test-hk2:0.5.0")
Scala SBT
libraryDependencies += "com.fitbur.test" % "test-hk2" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fitbur.test', module='test-hk2', version='0.5.0')
)
Apache Ivy
<dependency org="com.fitbur.test" name="test-hk2" rev="0.5.0" />
Leiningen
[com.fitbur.test/test-hk2 "0.5.0"]
Apache Buildr
'com.fitbur.test:test-hk2:jar:0.5.0'