MVN

org.glassfish.fighterfish : osgi-http

Maven & Gradle

Jan 03, 2019
6 usages
6 stars

OSGi HTTP Service Implementation for GlassFish Web Container

<dependency>
    <groupId>org.glassfish.fighterfish</groupId>
    <artifactId>osgi-http</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.8

All Versions

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

Version Vulnerabilities Updated
1.0.x
osgi-http-1.0.8
osgi-http-1.0.7
osgi-http-1.0.6
osgi-http-1.0.5
osgi-http-1.0.4
osgi-http-1.0.3
osgi-http-1.0.2
osgi-http-1.0.1
osgi-http-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.fighterfish</groupId>
    <artifactId>osgi-http</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.fighterfish:osgi-http:1.0.8'

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

implementation("org.glassfish.fighterfish:osgi-http:1.0.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.fighterfish" % "osgi-http" % "1.0.8"

Advertisement