Jar examples for e:ext
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.1.3 in this page.
You can use the following script to add ext.bundle.osgi.common-1.1.3.jar to your project.
<dependency> <groupId>org.appdapter</groupId> <artifactId>ext.bundle.osgi.common</artifactId> <version>1.1.3</version> </dependency>
compile group: 'org.appdapter', name: 'ext.bundle.osgi.common', version: '1.1.3'
libraryDependencies += "org.appdapter" % "ext.bundle.osgi.common" % "1.1.3"
<dependency org="org.appdapter" name="ext.bundle.osgi.common" rev="1.1.3"/>
@Grapes(@Grab(group='org.appdapter', module='ext.bundle.osgi.common', version='1.1.3'))
'org.appdapter:ext.bundle.osgi.common:jar:1.1.3'
Click the following link to download the jar file.
ext.bundle.osgi.common-1.1.3-javadoc.jar