o

osgi-wrapped-closure-compiler

This projects just wrapped the google closure-compile with an OSGi manifest.
https://github.com/KnisterPeter/OSGi-Closure-Compiler
The Apache Software License, Version 2.0
Markus Wolf
Files download
File Operation
osgi-wrapped-closure-compiler-1.0.v20130411.jar download
osgi-wrapped-closure-compiler-1.0.v20130411.pom download
Apache Maven
<dependency>
  <groupId>de.matrixweb.osgi.wrapped</groupId>
  <artifactId>osgi-wrapped-closure-compiler</artifactId>
  <version>1.0.v20130411</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'de.matrixweb.osgi.wrapped:osgi-wrapped-closure-compiler:1.0.v20130411'
Gradle Kotlin
implementation("de.matrixweb.osgi.wrapped:osgi-wrapped-closure-compiler:1.0.v20130411")
Scala SBT
libraryDependencies += "de.matrixweb.osgi.wrapped" % "osgi-wrapped-closure-compiler" % "1.0.v20130411"
Groovy Grape
@Grapes(
  @Grab(group='de.matrixweb.osgi.wrapped', module='osgi-wrapped-closure-compiler', version='1.0.v20130411')
)
Apache Ivy
<dependency org="de.matrixweb.osgi.wrapped" name="osgi-wrapped-closure-compiler" rev="1.0.v20130411" />
Leiningen
[de.matrixweb.osgi.wrapped/osgi-wrapped-closure-compiler "1.0.v20130411"]
Apache Buildr
'de.matrixweb.osgi.wrapped:osgi-wrapped-closure-compiler:jar:1.0.v20130411'