MVN

me.araopj : data-error-detection

Maven & Gradle

Jan 15, 2024
1 stars

me.araopj:data-error-detection · CLI for data error detection that focuses on ParityCheck, Two Dimensional Parity, and Arithmetic Checksum.

<dependency>
    <groupId>me.araopj</groupId>
    <artifactId>data-error-detection</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.araopj : data-error-detection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of me.araopj : data-error-detection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
data-error-detection-0.0.2
data-error-detection-0.0.1

How to add a dependency to Maven

Add the following me.araopj : data-error-detection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.araopj</groupId>
    <artifactId>data-error-detection</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.araopj : data-error-detection gradle dependency to your build.gradle file:

implementation 'me.araopj:data-error-detection:0.0.2'

Gradle Kotlin DSL: Add the following me.araopj : data-error-detection gradle kotlin dependency to your build.gradle.kts file:

implementation("me.araopj:data-error-detection:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.araopj : data-error-detection sbt scala dependency to your build.sbt file:

libraryDependencies += "me.araopj" % "data-error-detection" % "0.0.2"

Advertisement