MVN

com.apptasticsoftware : checksum

Maven & Gradle

Jul 13, 2023
1 stars

Checksum · Library for calculating a checksum for a given resource. It can be either the content of a file or the content from a URL.

<dependency>
    <groupId>com.apptasticsoftware</groupId>
    <artifactId>checksum</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apptasticsoftware : checksum to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6

All Versions

Choose a version of com.apptasticsoftware : checksum to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
checksum-2.1.6
checksum-2.1.5
checksum-2.1.4
checksum-2.1.3
checksum-2.1.2
checksum-2.1.1
checksum-2.1.0
2.0.x
checksum-2.0.16
checksum-2.0.15
checksum-2.0.14
checksum-2.0.13
checksum-2.0.12
checksum-2.0.11
checksum-2.0.5
checksum-2.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.apptasticsoftware</groupId>
    <artifactId>checksum</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.apptasticsoftware : checksum gradle dependency to your build.gradle file:

implementation 'com.apptasticsoftware:checksum:2.1.6'

Gradle Kotlin DSL: Add the following com.apptasticsoftware : checksum gradle kotlin dependency to your build.gradle.kts file:

implementation("com.apptasticsoftware:checksum:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.apptasticsoftware : checksum sbt scala dependency to your build.sbt file:

libraryDependencies += "com.apptasticsoftware" % "checksum" % "2.1.6"