MVN

io.streamnative : circe-checksum

Maven & Gradle

Jun 07, 2023
4 usages
3 stars

Apache BookKeeper :: Circe Checksum Library · Circe Checksum Library

<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>circe-checksum</artifactId>
    <version>branch-4.14.7.1_d4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.streamnative : circe-checksum to add to Maven or Gradle - Latest Versions:

  • Latest Stable: branch-4.14.7.1_d4

All Versions

Choose a version of io.streamnative : circe-checksum to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.15.x
circe-checksum-4.15.4.1_arrowstreet
4.14.x
circe-checksum-4.14.7.1_attentive
circe-checksum-4.14.7.2-arrowstreet
circe-checksum-4.14.7.1-arrowstreet
circe-checksum-4.14.5.1-iterable
circe-checksum-4.14.5.1-arrowstreet
circe-checksum-4.14.3.1
branch
circe-checksum-branch-4.14.7.1_d4

How to add a dependency to Maven

Add the following io.streamnative : circe-checksum maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>circe-checksum</artifactId>
    <version>branch-4.14.7.1_d4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.streamnative : circe-checksum gradle dependency to your build.gradle file:

implementation 'io.streamnative:circe-checksum:branch-4.14.7.1_d4'

Gradle Kotlin DSL: Add the following io.streamnative : circe-checksum gradle kotlin dependency to your build.gradle.kts file:

implementation("io.streamnative:circe-checksum:branch-4.14.7.1_d4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.streamnative : circe-checksum sbt scala dependency to your build.sbt file:

libraryDependencies += "io.streamnative" % "circe-checksum" % "branch-4.14.7.1_d4"