MVN

io.openliberty.features : crac-1.4

Maven & Gradle

Jun 10, 2024
1.1k stars

org.crac API 1.4 · This feature enables the org.crac Coordinated Restore at Checkpoint APIs.

<dependency>
    <groupId>io.openliberty.features</groupId>
    <artifactId>crac-1.4</artifactId>
    <version>24.0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openliberty.features : crac-1.4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 24.0.0.6

All Versions

Choose a version of io.openliberty.features : crac-1.4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
24.0.x
crac-1.4-24.0.0.6

How to add a dependency to Maven

Add the following io.openliberty.features : crac-1.4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.openliberty.features</groupId>
    <artifactId>crac-1.4</artifactId>
    <version>24.0.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.openliberty.features : crac-1.4 gradle dependency to your build.gradle file:

implementation 'io.openliberty.features:crac-1.4:24.0.0.6'

Gradle Kotlin DSL: Add the following io.openliberty.features : crac-1.4 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.openliberty.features:crac-1.4:24.0.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.openliberty.features : crac-1.4 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.openliberty.features" % "crac-1.4" % "24.0.0.6"