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