MVN

com.fitbur : framework

Maven & Gradle

Oct 12, 2014

FitburIO Framework · 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.

<dependency>
    <groupId>com.fitbur</groupId>
    <artifactId>framework</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fitbur : framework to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of com.fitbur : framework to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
framework-0.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.fitbur</groupId>
    <artifactId>framework</artifactId>
    <version>0.5.0</version>
</dependency>

Advertisement