is not current version
Last Version 2.3.1

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

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.

GroupId

GroupId

org.apache.portals.jetspeed-2
ArtifactId

ArtifactId

jetspeed-capability
Version

Version

2.2.1
Type

Type

jar

Download jetspeed-capability 2.2.1


<!-- https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-capability/ -->
<dependency>
    <groupId>org.apache.portals.jetspeed-2</groupId>
    <artifactId>jetspeed-capability</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-capability/
implementation 'org.apache.portals.jetspeed-2:jetspeed-capability:2.2.1'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-capability/
implementation ("org.apache.portals.jetspeed-2:jetspeed-capability:2.2.1")
'org.apache.portals.jetspeed-2:jetspeed-capability:jar:2.2.1'
<dependency org="org.apache.portals.jetspeed-2" name="jetspeed-capability" rev="2.2.1">
  <artifact name="jetspeed-capability" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='jetspeed-capability', version='2.2.1')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "jetspeed-capability" % "2.2.1"
[org.apache.portals.jetspeed-2/jetspeed-capability "2.2.1"]