is not current version
Last Version 2.3.1

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

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.3.0
Type

Type

jar

Download jetspeed-capability 2.3.0


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