Last Version

Tomcat AJP Client 1.0

AJP client code extracted from Tomcat

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.kohsuke
ArtifactId

ArtifactId

ajp-client
Version

Version

1.0
Type

Type

jar
Description

Description

Tomcat AJP Client
AJP client code extracted from Tomcat
Project URL

Project URL

http://tomcat.apache.org

Download ajp-client 1.0


<!-- https://jarcasting.com/artifacts/org.kohsuke/ajp-client/ -->
<dependency>
    <groupId>org.kohsuke</groupId>
    <artifactId>ajp-client</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/ajp-client/
implementation 'org.kohsuke:ajp-client:1.0'
// https://jarcasting.com/artifacts/org.kohsuke/ajp-client/
implementation ("org.kohsuke:ajp-client:1.0")
'org.kohsuke:ajp-client:jar:1.0'
<dependency org="org.kohsuke" name="ajp-client" rev="1.0">
  <artifact name="ajp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='ajp-client', version='1.0')
)
libraryDependencies += "org.kohsuke" % "ajp-client" % "1.0"
[org.kohsuke/ajp-client "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.tomcat : tomcat-coyote jar 7.0.39

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.