f

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.
http://www.github.com/FitburIO/framework
Apache License, Version 2.0
Fitbur, Inc.
Sharmare Aden
Files download
File Operation
framework-0.5.0.pom download
Apache Maven
<dependency>
  <groupId>com.fitbur</groupId>
  <artifactId>framework</artifactId>
  <version>0.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.fitbur:framework:0.5.0'
Gradle Kotlin
implementation("com.fitbur:framework:0.5.0")
Scala SBT
libraryDependencies += "com.fitbur" % "framework" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fitbur', module='framework', version='0.5.0')
)
Apache Ivy
<dependency org="com.fitbur" name="framework" rev="0.5.0" />
Leiningen
[com.fitbur/framework "0.5.0"]
Apache Buildr
'com.fitbur:framework:jar:0.5.0'