MVN

com.affinda.api : affinda-api-client

Maven & Gradle

Jun 28, 2023
3 stars

Java Client Library for Affinda Resume Parser API · This package contains Java Client Library for the Affinda Resume Parser API. For documentation on how to use this package, please see https://github.com/affinda/affinda-java

<dependency>
    <groupId>com.affinda.api</groupId>
    <artifactId>affinda-api-client</artifactId>
    <version>3.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.affinda.api : affinda-api-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.1

All Versions

Choose a version of com.affinda.api : affinda-api-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
affinda-api-client-3.6.1
affinda-api-client-3.6.0
3.5.x
affinda-api-client-3.5.1
affinda-api-client-3.5.0
3.4.x
affinda-api-client-3.4.0
3.3.x
affinda-api-client-3.3.1
affinda-api-client-3.3.0
3.2.x
affinda-api-client-3.2.0
3.1.x
affinda-api-client-3.1.0
3.0.x
affinda-api-client-3.0.1
affinda-api-client-3.0.0
2.2.x
affinda-api-client-2.2.1
affinda-api-client-2.2.0
2.1.x
affinda-api-client-2.1.0
2.0.x
affinda-api-client-2.0.0
1.1.x
affinda-api-client-1.1.0
1.0.x
affinda-api-client-1.0.0
0.8.x
affinda-api-client-0.8.0
0.7.x
affinda-api-client-0.7.0
0.6.x
affinda-api-client-0.6.0
0.5.x
affinda-api-client-0.5.0
0.4.x
affinda-api-client-0.4.2
affinda-api-client-0.4.1
affinda-api-client-0.4.0
0.3.x
affinda-api-client-0.3.1
affinda-api-client-0.3.0

How to add a dependency to Maven

Add the following com.affinda.api : affinda-api-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.affinda.api</groupId>
    <artifactId>affinda-api-client</artifactId>
    <version>3.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.affinda.api : affinda-api-client gradle dependency to your build.gradle file:

implementation 'com.affinda.api:affinda-api-client:3.6.1'

Gradle Kotlin DSL: Add the following com.affinda.api : affinda-api-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.affinda.api:affinda-api-client:3.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.affinda.api : affinda-api-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.affinda.api" % "affinda-api-client" % "3.6.1"

Advertisement