MVN

org.shredzone.acme4j : acme4j-it

Maven & Gradle

Aug 11, 2023
447 stars

acme4j IT · acme4j Integration Tests

<dependency>
    <groupId>org.shredzone.acme4j</groupId>
    <artifactId>acme4j-it</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.shredzone.acme4j : acme4j-it to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of org.shredzone.acme4j : acme4j-it to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
acme4j-it-3.0.0
2.16
acme4j-it-2.16
2.15
acme4j-it-2.15
2.14
acme4j-it-2.14
2.13
acme4j-it-2.13
2.12
acme4j-it-2.12
2.11
acme4j-it-2.11
2.10
acme4j-it-2.10
2.9
acme4j-it-2.9
2.8
acme4j-it-2.8
2.7
acme4j-it-2.7
2.6
acme4j-it-2.6
2.5
acme4j-it-2.5
2.4
acme4j-it-2.4
2.3
acme4j-it-2.3
2.2
acme4j-it-2.2
2.1
acme4j-it-2.1
2.0
acme4j-it-2.0

How to add a dependency to Maven

Add the following org.shredzone.acme4j : acme4j-it maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.shredzone.acme4j</groupId>
    <artifactId>acme4j-it</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.shredzone.acme4j : acme4j-it gradle dependency to your build.gradle file:

implementation 'org.shredzone.acme4j:acme4j-it:3.0.0'

Gradle Kotlin DSL: Add the following org.shredzone.acme4j : acme4j-it gradle kotlin dependency to your build.gradle.kts file:

implementation("org.shredzone.acme4j:acme4j-it:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.shredzone.acme4j : acme4j-it sbt scala dependency to your build.sbt file:

libraryDependencies += "org.shredzone.acme4j" % "acme4j-it" % "3.0.0"

Advertisement