MVN

com.sixestates : idp-sdk

Maven & Gradle

Sep 22, 2022
3 stars

idp · A Java SDK for communicating with the 6Estates Intelligent Document Processing(IDP) Platform

<dependency>
    <groupId>com.sixestates</groupId>
    <artifactId>idp-sdk</artifactId>
    <version>8.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sixestates : idp-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.8

All Versions

Choose a version of com.sixestates : idp-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
idp-sdk-8.0.8
idp-sdk-8.0.5
idp-sdk-8.0.3
0.0.x
idp-sdk-0.0.8
idp-sdk-0.0.7
idp-sdk-0.0.6
idp-sdk-0.0.5
idp-sdk-0.0.4
idp-sdk-0.0.3
idp-sdk-0.0.2
idp-sdk-0.0.1

How to add a dependency to Maven

Add the following com.sixestates : idp-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sixestates</groupId>
    <artifactId>idp-sdk</artifactId>
    <version>8.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sixestates : idp-sdk gradle dependency to your build.gradle file:

implementation 'com.sixestates:idp-sdk:8.0.8'

Gradle Kotlin DSL: Add the following com.sixestates : idp-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sixestates:idp-sdk:8.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sixestates : idp-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sixestates" % "idp-sdk" % "8.0.8"