Download framework-1.3.jar file - Jar f

Jar examples for f:framework

Description

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.

You can download jar file framework 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add framework-1.3.jar to your project.

<dependency>
   <groupId>org.connid</groupId>
   <artifactId>framework</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'org.connid', name: 'framework', version: '1.3'
libraryDependencies += "org.connid" % "framework" % "1.3"
<dependency org="org.connid" name="framework" rev="1.3"/>
@Grapes(@Grab(group='org.connid', module='framework', version='1.3'))
'org.connid:framework:jar:1.3'

Download

Click the following link to download the jar file.

framework-1.3-javadoc.jar
framework-1.3-native.jar
framework-1.3-sources.jar
framework-1.3.jar
framework-1.3.pom



Related Tutorials