| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.kohsuke |
| ArtifactId | ArtifactIdajp-client |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTomcat AJP Client
AJP client code extracted from Tomcat
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ajp-client-1.0.pom | |
| ajp-client-1.0.jar | 6 KB |
| ajp-client-1.0-sources.jar | 4 KB |
| ajp-client-1.0-javadoc.jar | 42 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tomcat : tomcat-coyote | jar | 7.0.39 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |