MVN

datasift : datasift

Maven & Gradle

Sep 20, 2005

AuelProject DataSift is a data validation and transformation framework built on top of the J2SE platform which mainly targets enterprise applications, creating an environment where data validation and transformation can be done in a simplistic yet powerful way. It allows the developer to create plugins for both looking for the data to be validated (resolving) and validating or transforming it.

<dependency>
    <groupId>datasift</groupId>
    <artifactId>datasift</artifactId>
    <version>1.0b2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of datasift : datasift to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0b2

All Versions

Choose a version of datasift : datasift to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0b2
datasift-1.0b2

How to add a dependency to Maven

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

<dependency>
    <groupId>datasift</groupId>
    <artifactId>datasift</artifactId>
    <version>1.0b2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following datasift : datasift gradle dependency to your build.gradle file:

implementation 'datasift:datasift:1.0b2'

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

implementation("datasift:datasift:1.0b2")

How to add a dependency to SBT Scala

SBT Scala: Add the following datasift : datasift sbt scala dependency to your build.sbt file:

libraryDependencies += "datasift" % "datasift" % "1.0b2"

Advertisement