MVN

org.apache.karaf.demos : web

Maven & Gradle

Jan 06, 2020
4 usages

Apache Karaf :: Demos :: Web

<dependency>
    <groupId>org.apache.karaf.demos</groupId>
    <artifactId>web</artifactId>
    <version>3.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.karaf.demos : web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.10
  • Latest Release Candidate: 3.0.0.RC1

All Versions

Choose a version of org.apache.karaf.demos : web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
web-4.2.0
web-4.2.0.M2
web-4.2.0.M1
4.1.x
web-4.1.7
web-4.1.6
web-4.1.5
web-4.1.4
web-4.1.3
web-4.1.2
web-4.1.1
web-4.1.0
4.0.x
web-4.0.10
web-4.0.9
web-4.0.8
web-4.0.7
web-4.0.6
web-4.0.5
web-4.0.4
web-4.0.3
web-4.0.2
web-4.0.1
web-4.0.0
web-4.0.0.M3
web-4.0.0.M2
web-4.0.0.M1
3.0.x
web-3.0.10
web-3.0.9
web-3.0.8
web-3.0.7
web-3.0.6
web-3.0.5
web-3.0.4
web-3.0.3
web-3.0.2
web-3.0.1
web-3.0.0
web-3.0.0.RC1
2.4.x
web-2.4.4
web-2.4.3
web-2.4.2
web-2.4.1
web-2.4.0
2.3.x
web-2.3.12
web-2.3.11
web-2.3.10
web-2.3.9
web-2.3.8
web-2.3.7
web-2.3.6
web-2.3.5
web-2.3.4
web-2.3.3
web-2.3.2
web-2.3.1
web-2.3.0
2.2.x
web-2.2.11
web-2.2.10
web-2.2.9
web-2.2.8
web-2.2.7
web-2.2.6
web-2.2.5
web-2.2.4
web-2.2.3
web-2.2.2
web-2.2.1
web-2.2.0
2.1.x
web-2.1.6
web-2.1.5
web-2.1.4
web-2.1.3
web-2.1.2
web-2.1.1
web-2.1.0
2.0.x
web-2.0.0

How to add a dependency to Maven

Add the following org.apache.karaf.demos : web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.karaf.demos</groupId>
    <artifactId>web</artifactId>
    <version>3.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.karaf.demos : web gradle dependency to your build.gradle file:

implementation 'org.apache.karaf.demos:web:3.0.10'

Gradle Kotlin DSL: Add the following org.apache.karaf.demos : web gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.karaf.demos:web:3.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.karaf.demos : web sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.karaf.demos" % "web" % "3.0.10"