MVN

com.falkonry : client

Maven & Gradle

Mar 16, 2018

Falkonry-Client · Falkonry Java Client to access Condition Prediction APIs.

<dependency>
    <groupId>com.falkonry</groupId>
    <artifactId>client</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.1

All Versions

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

Version Vulnerabilities Updated
2.1.x
client-2.1.1
client-2.1.0
1.1.x
client-1.1.0
1.0.x
client-1.0.5
client-1.0.4
client-1.0.3
client-1.0.2
client-1.0.1
client-1.0.0
0.1.x
client-0.1.8
client-0.1.7
client-0.1.6
client-0.1.5
client-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.falkonry</groupId>
    <artifactId>client</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.falkonry:client:2.1.1'

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

implementation("com.falkonry:client:2.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.falkonry" % "client" % "2.1.1"

Advertisement