MVN

org.cogchar : ext.bundle.ops4j.pax.web

Maven & Gradle

Nov 05, 2016
4 usages
<dependency>
    <groupId>org.cogchar</groupId>
    <artifactId>ext.bundle.ops4j.pax.web</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cogchar : ext.bundle.ops4j.pax.web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of org.cogchar : ext.bundle.ops4j.pax.web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ext.bundle.ops4j.pax.web-1.1.4
ext.bundle.ops4j.pax.web-1.1.3
ext.bundle.ops4j.pax.web-1.1.2
ext.bundle.ops4j.pax.web-1.1.1
ext.bundle.ops4j.pax.web-1.1.0
1.0.x
ext.bundle.ops4j.pax.web-1.0.9.2
ext.bundle.ops4j.pax.web-1.0.9.1

How to add a dependency to Maven

Add the following org.cogchar : ext.bundle.ops4j.pax.web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cogchar</groupId>
    <artifactId>ext.bundle.ops4j.pax.web</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cogchar : ext.bundle.ops4j.pax.web gradle dependency to your build.gradle file:

implementation 'org.cogchar:ext.bundle.ops4j.pax.web:1.1.4'

Gradle Kotlin DSL: Add the following org.cogchar : ext.bundle.ops4j.pax.web gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cogchar:ext.bundle.ops4j.pax.web:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cogchar : ext.bundle.ops4j.pax.web sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cogchar" % "ext.bundle.ops4j.pax.web" % "1.1.4"