MVN

org.arrahtec : osdq-core

Maven & Gradle

Feb 03, 2020
4 usages

osdq-core · The open source data quality library

<dependency>
    <groupId>org.arrahtec</groupId>
    <artifactId>osdq-core</artifactId>
    <version>6.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.arrahtec : osdq-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.9

All Versions

Choose a version of org.arrahtec : osdq-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
osdq-core-6.2.9
osdq-core-6.2.6
osdq-core-6.2.4
osdq-core-6.2.3
osdq-core-6.2.2
osdq-core-6.2.1
osdq-core-6.2.0
6.1.x
osdq-core-6.1.9
osdq-core-6.1.8

How to add a dependency to Maven

Add the following org.arrahtec : osdq-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.arrahtec</groupId>
    <artifactId>osdq-core</artifactId>
    <version>6.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.arrahtec : osdq-core gradle dependency to your build.gradle file:

implementation 'org.arrahtec:osdq-core:6.2.9'

Gradle Kotlin DSL: Add the following org.arrahtec : osdq-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.arrahtec:osdq-core:6.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.arrahtec : osdq-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.arrahtec" % "osdq-core" % "6.2.9"

Advertisement