Jar examples for 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.
You can download jar file framework 5.0.0-alpha1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add framework-5.0.0-alpha1.jar to your project.
<dependency> <groupId>org.elasticsearch.test</groupId> <artifactId>framework</artifactId> <version>5.0.0-alpha1</version> </dependency>
compile group: 'org.elasticsearch.test', name: 'framework', version: '5.0.0-alpha1'
libraryDependencies += "org.elasticsearch.test" % "framework" % "5.0.0-alpha1"
<dependency org="org.elasticsearch.test" name="framework" rev="5.0.0-alpha1"/>
@Grapes(@Grab(group='org.elasticsearch.test', module='framework', version='5.0.0-alpha1'))
'org.elasticsearch.test:framework:jar:5.0.0-alpha1'
Click the following link to download the jar file.
framework-5.0.0-alpha1-javadoc.jar