MVN

org.apache.portals.jetspeed-2 : jetspeed-capability

Maven & Gradle

May 05, 2016
3 usages

Jetspeed-2 Capability Components · Capability Components defines an api for "guessing" what client is accessing a web application by looking for clues in the request headers then return a list of that client's capabilites i.e. HTML 4.0, WML, Javascript 1.2, etc.

<dependency>
    <groupId>org.apache.portals.jetspeed-2</groupId>
    <artifactId>jetspeed-capability</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.portals.jetspeed-2 : jetspeed-capability to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of org.apache.portals.jetspeed-2 : jetspeed-capability to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
jetspeed-capability-2.3.1
jetspeed-capability-2.3.0
2.2.x
jetspeed-capability-2.2.2
jetspeed-capability-2.2.1
jetspeed-capability-2.2.0
2.1.x
jetspeed-capability-2.1.4
jetspeed-capability-2.1.3
2.0
jetspeed-capability-2.0

How to add a dependency to Maven

Add the following org.apache.portals.jetspeed-2 : jetspeed-capability maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.portals.jetspeed-2</groupId>
    <artifactId>jetspeed-capability</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.portals.jetspeed-2 : jetspeed-capability gradle dependency to your build.gradle file:

implementation 'org.apache.portals.jetspeed-2:jetspeed-capability:2.3.1'

Gradle Kotlin DSL: Add the following org.apache.portals.jetspeed-2 : jetspeed-capability gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.portals.jetspeed-2:jetspeed-capability:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.portals.jetspeed-2 : jetspeed-capability sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.portals.jetspeed-2" % "jetspeed-capability" % "2.3.1"

Advertisement