MVN

org.glassfish.web : osgi-http

Maven & Gradle

Nov 06, 2009
1 usages

OSGi HTTP Service Implementation for GlassFish Web Container

<dependency>
    <groupId>org.glassfish.web</groupId>
    <artifactId>osgi-http</artifactId>
    <version>3.0-b71</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.web : osgi-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0-b71

All Versions

Choose a version of org.glassfish.web : osgi-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
osgi-http-3.0-b71
osgi-http-3.0-b70
osgi-http-3.0-b69
osgi-http-3.0-b68
osgi-http-3.0-b67
osgi-http-3.0-b66
osgi-http-3.0-b65
osgi-http-3.0-b64
osgi-http-3.0-b63
osgi-http-3.0-b62
osgi-http-3.0-b61
osgi-http-3.0-b60
osgi-http-3.0-b59
osgi-http-3.0-b58
osgi-http-3.0-b57
osgi-http-3.0-b56
osgi-http-3.0-b55
osgi-http-3.0-b54
osgi-http-3.0-b53
osgi-http-3.0-b52
osgi-http-3.0-b51
osgi-http-3.0-b50
osgi-http-3.0-b49
osgi-http-3.0-Preview
osgi-http-3.0-b48
osgi-http-3.0-Preview-b47c
osgi-http-3.0-Preview-b47b
osgi-http-3.0-Preview-b47a
osgi-http-3.0-b47
osgi-http-3.0-b46
osgi-http-3.0-b45
osgi-http-3.0-b44
osgi-http-3.0-b43
osgi-http-3.0-b42

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.web</groupId>
    <artifactId>osgi-http</artifactId>
    <version>3.0-b71</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.web : osgi-http gradle dependency to your build.gradle file:

implementation 'org.glassfish.web:osgi-http:3.0-b71'

Gradle Kotlin DSL: Add the following org.glassfish.web : osgi-http gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.web:osgi-http:3.0-b71")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.web : osgi-http sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.web" % "osgi-http" % "3.0-b71"

Advertisement