Download guava-osgi-10.0.0.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 10.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

guava-osgi-10.0.0-sources.jar
guava-osgi-10.0.0.jar
guava-osgi-10.0.0.pom



Related Tutorials