Download osgi-wrapped-closure-compiler-r1918.jar file - Jar o

Jar examples for o:osgi-wrapped-closure-compiler

Description

This projects just wrapped the google closure-compile with an OSGi manifest.

You can download jar file osgi-wrapped-closure-compiler r1918 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add osgi-wrapped-closure-compiler-r1918.jar to your project.

<dependency>
   <groupId>de.matrixweb.osgi.wrapped</groupId>
   <artifactId>osgi-wrapped-closure-compiler</artifactId>
   <version>r1918</version>
</dependency>
compile group: 'de.matrixweb.osgi.wrapped', name: 'osgi-wrapped-closure-compiler', version: 'r1918'
libraryDependencies += "de.matrixweb.osgi.wrapped" % "osgi-wrapped-closure-compiler" % "r1918"
<dependency org="de.matrixweb.osgi.wrapped" name="osgi-wrapped-closure-compiler" rev="r1918"/>
@Grapes(@Grab(group='de.matrixweb.osgi.wrapped', module='osgi-wrapped-closure-compiler', version='r1918'))
'de.matrixweb.osgi.wrapped:osgi-wrapped-closure-compiler:jar:r1918'

Download

Click the following link to download the jar file.

osgi-wrapped-closure-compiler-r1918.jar
osgi-wrapped-closure-compiler-r1918.pom



Related Tutorials