MVN

de.matrixweb.osgi.wrapped : osgi-wrapped-closure-compiler

Maven & Gradle

Nov 26, 2013
1 usages
0 stars

OSGi Bundle Closure-Compiler · This projects just wrapped the google closure-compile with an OSGi manifest.

<dependency>
    <groupId>de.matrixweb.osgi.wrapped</groupId>
    <artifactId>osgi-wrapped-closure-compiler</artifactId>
    <version>1.0.v20131014</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.matrixweb.osgi.wrapped : osgi-wrapped-closure-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.v20131014

All Versions

Choose a version of de.matrixweb.osgi.wrapped : osgi-wrapped-closure-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
osgi-wrapped-closure-compiler-1.0.v20131014
osgi-wrapped-closure-compiler-1.0.v20130722
osgi-wrapped-closure-compiler-1.0.v20130411
r2079
osgi-wrapped-closure-compiler-r2079
r1918
osgi-wrapped-closure-compiler-r1918

How to add a dependency to Maven

Add the following de.matrixweb.osgi.wrapped : osgi-wrapped-closure-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.matrixweb.osgi.wrapped</groupId>
    <artifactId>osgi-wrapped-closure-compiler</artifactId>
    <version>1.0.v20131014</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.matrixweb.osgi.wrapped : osgi-wrapped-closure-compiler gradle dependency to your build.gradle file:

implementation 'de.matrixweb.osgi.wrapped:osgi-wrapped-closure-compiler:1.0.v20131014'

Gradle Kotlin DSL: Add the following de.matrixweb.osgi.wrapped : osgi-wrapped-closure-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("de.matrixweb.osgi.wrapped:osgi-wrapped-closure-compiler:1.0.v20131014")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.matrixweb.osgi.wrapped : osgi-wrapped-closure-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "de.matrixweb.osgi.wrapped" % "osgi-wrapped-closure-compiler" % "1.0.v20131014"