Download guava-osgi-11.0.1.jar file - Jar g

Jar examples for g:guava-osgi

Description

Repackaging of Google Guava libraries as OSGi bundle

You can download jar file guava-osgi 11.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add guava-osgi-11.0.1.jar to your project.

<dependency>
   <groupId>com.googlecode.guava-osgi</groupId>
   <artifactId>guava-osgi</artifactId>
   <version>11.0.1</version>
</dependency>
compile group: 'com.googlecode.guava-osgi', name: 'guava-osgi', version: '11.0.1'
libraryDependencies += "com.googlecode.guava-osgi" % "guava-osgi" % "11.0.1"
<dependency org="com.googlecode.guava-osgi" name="guava-osgi" rev="11.0.1"/>
@Grapes(@Grab(group='com.googlecode.guava-osgi', module='guava-osgi', version='11.0.1'))
'com.googlecode.guava-osgi:guava-osgi:jar:11.0.1'

Download

Click the following link to download the jar file.

guava-osgi-11.0.1-sources.jar
guava-osgi-11.0.1.jar
guava-osgi-11.0.1.pom



Related Tutorials