MVN

net.xdob.icap4j : icap4j

Maven & Gradle

Aug 17, 2023
1 stars

icap4j · The ICAP Protocol Codec for Java

<dependency>
    <groupId>net.xdob.icap4j</groupId>
    <artifactId>icap4j</artifactId>
    <version>0.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.xdob.icap4j : icap4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.9

All Versions

Choose a version of net.xdob.icap4j : icap4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
icap4j-0.4.9
icap4j-0.4.6
icap4j-0.4.5
icap4j-0.4.4
icap4j-0.4.3
icap4j-0.4.2
icap4j-0.4.1
icap4j-0.4.0
0.3.x
icap4j-0.3.0
0.2.x
icap4j-0.2.0
0.1.x
icap4j-0.1.0

How to add a dependency to Maven

Add the following net.xdob.icap4j : icap4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.xdob.icap4j</groupId>
    <artifactId>icap4j</artifactId>
    <version>0.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.xdob.icap4j : icap4j gradle dependency to your build.gradle file:

implementation 'net.xdob.icap4j:icap4j:0.4.9'

Gradle Kotlin DSL: Add the following net.xdob.icap4j : icap4j gradle kotlin dependency to your build.gradle.kts file:

implementation("net.xdob.icap4j:icap4j:0.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.xdob.icap4j : icap4j sbt scala dependency to your build.sbt file:

libraryDependencies += "net.xdob.icap4j" % "icap4j" % "0.4.9"