| License | License | 
|---|---|
| Categories | CategoriesHK2 Application Layer Libs Dependency Injection | 
| GroupId | GroupIdcom.fitbur.core | 
| ArtifactId | ArtifactIdcore-hk2 | 
| Last Version | Last Version0.5.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncore-hk2 FitburIO Framework is an open source Java framework that utilizes HK2 
        dependency injection framework to create resuable components. The 
        framework's core features can be used by any Java application though 
        it's more ideal to use it in-conjunction with Jersey 2.0 JAX-RS to 
        build restful services. | 
| Project Organization | Project OrganizationFitbur, Inc. | 
| Filename | Size | 
|---|---|
| core-hk2-0.5.0.pom | |
| core-hk2-0.5.0.jar | 8 KB | 
| core-hk2-0.5.0-sources.jar | 7 KB | 
| core-hk2-0.5.0-javadoc.jar | 68 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.fitbur.core/core-hk2/ -->
<dependency>
    <groupId>com.fitbur.core</groupId>
    <artifactId>core-hk2</artifactId>
    <version>0.5.0</version>
</dependency>// https://jarcasting.com/artifacts/com.fitbur.core/core-hk2/
implementation 'com.fitbur.core:core-hk2:0.5.0'// https://jarcasting.com/artifacts/com.fitbur.core/core-hk2/
implementation ("com.fitbur.core:core-hk2:0.5.0")'com.fitbur.core:core-hk2:jar:0.5.0'<dependency org="com.fitbur.core" name="core-hk2" rev="0.5.0">
  <artifact name="core-hk2" type="jar" />
</dependency>@Grapes(
@Grab(group='com.fitbur.core', module='core-hk2', version='0.5.0')
)libraryDependencies += "com.fitbur.core" % "core-hk2" % "0.5.0"[com.fitbur.core/core-hk2 "0.5.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.fitbur.core : core-api | jar | 0.5.0 | 
| org.glassfish.hk2 : hk2-locator | jar | 2.3.0 | 
| org.slf4j : slf4j-api | jar | 1.7.7 | 
| org.checkerframework : checker-qual | jar | 1.8.3 | 
| org.glassfish.hk2 : hk2-api | jar | 2.3.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.fitbur.test : test-hk2 | jar | 0.5.0 | 
| org.testng : testng | jar | 6.8.8 |