Download de.kalpatec.pojosr.framework.bare-0.2.1.jar file - Jar d

Jar examples for d:de.kalpatec.pojosr.framework

Description

A service registry that enables OSGi style service registry programs without using an OSGi framework (This version doesn't embed OSGi api).

You can download jar file de.kalpatec.pojosr.framework.bare 0.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add de.kalpatec.pojosr.framework.bare-0.2.1.jar to your project.

<dependency>
   <groupId>com.googlecode.pojosr</groupId>
   <artifactId>de.kalpatec.pojosr.framework.bare</artifactId>
   <version>0.2.1</version>
</dependency>
compile group: 'com.googlecode.pojosr', name: 'de.kalpatec.pojosr.framework.bare', version: '0.2.1'
libraryDependencies += "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework.bare" % "0.2.1"
<dependency org="com.googlecode.pojosr" name="de.kalpatec.pojosr.framework.bare" rev="0.2.1"/>
@Grapes(@Grab(group='com.googlecode.pojosr', module='de.kalpatec.pojosr.framework.bare', version='0.2.1'))
'com.googlecode.pojosr:de.kalpatec.pojosr.framework.bare:jar:0.2.1'

Download

Click the following link to download the jar file.

de.kalpatec.pojosr.framework.bare-0.2.1-sources.jar
de.kalpatec.pojosr.framework.bare-0.2.1.jar
de.kalpatec.pojosr.framework.bare-0.2.1.pom



Related Tutorials