MVN

de.matrixweb.smaller : osgi-http

Maven & Gradle

Apr 06, 2014

Smaller :: Server :: OSGi HTTP

<dependency>
    <groupId>de.matrixweb.smaller</groupId>
    <artifactId>osgi-http</artifactId>
    <version>0.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.matrixweb.smaller : osgi-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.8

All Versions

Choose a version of de.matrixweb.smaller : osgi-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
osgi-http-0.8.8
osgi-http-0.8.7
osgi-http-0.8.6
osgi-http-0.8.5
osgi-http-0.8.4
osgi-http-0.8.3
osgi-http-0.8.2
osgi-http-0.8.1
osgi-http-0.8.0
0.7.x
osgi-http-0.7.0
0.6.x
osgi-http-0.6.3
osgi-http-0.6.2
osgi-http-0.6.1
osgi-http-0.6.0
0.5.x
osgi-http-0.5.3
osgi-http-0.5.2
osgi-http-0.5.1
osgi-http-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>de.matrixweb.smaller</groupId>
    <artifactId>osgi-http</artifactId>
    <version>0.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.matrixweb.smaller : osgi-http gradle dependency to your build.gradle file:

implementation 'de.matrixweb.smaller:osgi-http:0.8.8'

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

implementation("de.matrixweb.smaller:osgi-http:0.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.matrixweb.smaller : osgi-http sbt scala dependency to your build.sbt file:

libraryDependencies += "de.matrixweb.smaller" % "osgi-http" % "0.8.8"

Advertisement