MVN

com.precisely.apis : PreciselyAPISJavaSDK

Maven & Gradle

Aug 21, 2023
1 stars

PreciselyAPISJavaSDK · Java SDK for accessing Precisely APIs which transform your business with new insights. Enrich and enhance your data, applications, business processes, and workflows with hundreds of Location and Identity datasets and APIs.

<dependency>
    <groupId>com.precisely.apis</groupId>
    <artifactId>PreciselyAPISJavaSDK</artifactId>
    <version>16.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.precisely.apis : PreciselyAPISJavaSDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 16.0.3

All Versions

Choose a version of com.precisely.apis : PreciselyAPISJavaSDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
16.0.x
PreciselyAPISJavaSDK-16.0.3
PreciselyAPISJavaSDK-16.0.1
PreciselyAPISJavaSDK-16.0.0
15.0.x
PreciselyAPISJavaSDK-15.0.0
14.0.x
PreciselyAPISJavaSDK-14.0.1
PreciselyAPISJavaSDK-14.0.0
12.0.x
PreciselyAPISJavaSDK-12.0.3
PreciselyAPISJavaSDK-12.0.2
PreciselyAPISJavaSDK-12.0.1
PreciselyAPISJavaSDK-12.0.0
11.9.x
PreciselyAPISJavaSDK-11.9.4
PreciselyAPISJavaSDK-11.9.3.1
PreciselyAPISJavaSDK-11.9.3
PreciselyAPISJavaSDK-11.9.2
PreciselyAPISJavaSDK-11.9.1
PreciselyAPISJavaSDK-11.9.0
1.2.x
PreciselyAPISJavaSDK-1.2.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.precisely.apis</groupId>
    <artifactId>PreciselyAPISJavaSDK</artifactId>
    <version>16.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.precisely.apis : PreciselyAPISJavaSDK gradle dependency to your build.gradle file:

implementation 'com.precisely.apis:PreciselyAPISJavaSDK:16.0.3'

Gradle Kotlin DSL: Add the following com.precisely.apis : PreciselyAPISJavaSDK gradle kotlin dependency to your build.gradle.kts file:

implementation("com.precisely.apis:PreciselyAPISJavaSDK:16.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.precisely.apis : PreciselyAPISJavaSDK sbt scala dependency to your build.sbt file:

libraryDependencies += "com.precisely.apis" % "PreciselyAPISJavaSDK" % "16.0.3"