MVN

com.incountry : incountry-java-client

Maven & Gradle

Mar 01, 2022
9 stars

incountry-java-client · InCountry Java SDK

<dependency>
    <groupId>com.incountry</groupId>
    <artifactId>incountry-java-client</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.1.0

All Versions

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

Version Vulnerabilities Updated
5.1.x
incountry-java-client-5.1.0
5.0.x
incountry-java-client-5.0.0
4.2.x
incountry-java-client-4.2.1
incountry-java-client-4.2.0
4.1.x
incountry-java-client-4.1.0
4.0.x
incountry-java-client-4.0.0
3.3.x
incountry-java-client-3.3.1
incountry-java-client-3.3.0
3.0.x
incountry-java-client-3.0.0
2.1.x
incountry-java-client-2.1.0
2.0.x
incountry-java-client-2.0.0
1.1.x
incountry-java-client-1.1.1
incountry-java-client-1.1.0
1.0.x
incountry-java-client-1.0.0
incountry-java-client-1.0.0a

How to add a dependency to Maven

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

<dependency>
    <groupId>com.incountry</groupId>
    <artifactId>incountry-java-client</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.incountry:incountry-java-client:5.1.0'

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

implementation("com.incountry:incountry-java-client:5.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.incountry" % "incountry-java-client" % "5.1.0"