MVN

com.github.jrialland : ajpclient

Maven & Gradle

Feb 17, 2020
30 stars

AJP Client · Nio-based client for the Apache JServ 1.3 protocol (ajp13)

<dependency>
    <groupId>com.github.jrialland</groupId>
    <artifactId>ajpclient</artifactId>
    <version>1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jrialland : ajpclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of com.github.jrialland : ajpclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11
ajpclient-1.11
1.10
ajpclient-1.10
1.7
ajpclient-1.7
1.6
ajpclient-1.6
1.4
ajpclient-1.4

How to add a dependency to Maven

Add the following com.github.jrialland : ajpclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jrialland</groupId>
    <artifactId>ajpclient</artifactId>
    <version>1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jrialland : ajpclient gradle dependency to your build.gradle file:

implementation 'com.github.jrialland:ajpclient:1.11'

Gradle Kotlin DSL: Add the following com.github.jrialland : ajpclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jrialland:ajpclient:1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jrialland : ajpclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jrialland" % "ajpclient" % "1.11"