Download ext.bundle.osgi.common-1.2.3.jar file - Jar e

Jar examples for e:ext

Description

OSGi platform dependency wrapper - of dubious value, so far! This bundle sets up dependencies on specific versions of OSGi common components. It doesn't really work right yet, since the deps are marked "provided" and are not propagated to client projects. You can pretty much ignore this project!

You can download jar file ext.bundle.osgi.common 1.2.3 in this page.

Build File

You can use the following script to add ext.bundle.osgi.common-1.2.3.jar to your project.

<dependency>
   <groupId>org.appdapter</groupId>
   <artifactId>ext.bundle.osgi.common</artifactId>
   <version>1.2.3</version>
</dependency>
compile group: 'org.appdapter', name: 'ext.bundle.osgi.common', version: '1.2.3'
libraryDependencies += "org.appdapter" % "ext.bundle.osgi.common" % "1.2.3"
<dependency org="org.appdapter" name="ext.bundle.osgi.common" rev="1.2.3"/>
@Grapes(@Grab(group='org.appdapter', module='ext.bundle.osgi.common', version='1.2.3'))
'org.appdapter:ext.bundle.osgi.common:jar:1.2.3'

Download

Click the following link to download the jar file.

ext.bundle.osgi.common-1.2.3-javadoc.jar
ext.bundle.osgi.common-1.2.3-sources.jar
ext.bundle.osgi.common-1.2.3.jar
ext.bundle.osgi.common-1.2.3.pom



Related Tutorials