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-r1918.jar download
osgi-wrapped-closure-compiler-r1918.pom download
Apache Maven
<dependency>
  <groupId>de.matrixweb.osgi.wrapped</groupId>
  <artifactId>osgi-wrapped-closure-compiler</artifactId>
  <version>r1918</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'de.matrixweb.osgi.wrapped:osgi-wrapped-closure-compiler:r1918'
Gradle Kotlin
implementation("de.matrixweb.osgi.wrapped:osgi-wrapped-closure-compiler:r1918")
Scala SBT
libraryDependencies += "de.matrixweb.osgi.wrapped" % "osgi-wrapped-closure-compiler" % "r1918"
Groovy Grape
@Grapes(
  @Grab(group='de.matrixweb.osgi.wrapped', module='osgi-wrapped-closure-compiler', version='r1918')
)
Apache Ivy
<dependency org="de.matrixweb.osgi.wrapped" name="osgi-wrapped-closure-compiler" rev="r1918" />
Leiningen
[de.matrixweb.osgi.wrapped/osgi-wrapped-closure-compiler "r1918"]
Apache Buildr
'de.matrixweb.osgi.wrapped:osgi-wrapped-closure-compiler:jar:r1918'