MVN

vn.onesoft.falcon : falcon-dwh-client

Maven & Gradle

Jun 06, 2023

falcon-dwh-client · Client Library For Falcon DWH

<dependency>
    <groupId>vn.onesoft.falcon</groupId>
    <artifactId>falcon-dwh-client</artifactId>
    <version>3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of vn.onesoft.falcon : falcon-dwh-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.4

All Versions

Choose a version of vn.onesoft.falcon : falcon-dwh-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
falcon-dwh-client-3.4.4
falcon-dwh-client-3.4.3
falcon-dwh-client-3.4.2
falcon-dwh-client-3.4.1
falcon-dwh-client-3.4.0
3.3.x
falcon-dwh-client-3.3.3
3.1.x
falcon-dwh-client-3.1.0
3.0.x
falcon-dwh-client-3.0.1
falcon-dwh-client-3.0.0_beta
2.2.x
falcon-dwh-client-2.2.2
falcon-dwh-client-2.2.1
falcon-dwh-client-2.2.0
2.1.x
falcon-dwh-client-2.1.0
2.0.x
falcon-dwh-client-2.0.0
1.2.x
falcon-dwh-client-1.2.6
falcon-dwh-client-1.2.5
falcon-dwh-client-1.2.3
falcon-dwh-client-1.2.2
falcon-dwh-client-1.2.1
falcon-dwh-client-1.2.0
1.1.x
falcon-dwh-client-1.1.9
falcon-dwh-client-1.1.8
falcon-dwh-client-1.1.7
falcon-dwh-client-1.1.6
falcon-dwh-client-1.1.5
falcon-dwh-client-1.1.4
falcon-dwh-client-1.1.3
falcon-dwh-client-1.1.2
falcon-dwh-client-1.1.1
falcon-dwh-client-1.1.0
1.0.x
falcon-dwh-client-1.0.9
falcon-dwh-client-1.0.8
falcon-dwh-client-1.0.7
falcon-dwh-client-1.0.6
falcon-dwh-client-1.0.5
falcon-dwh-client-1.0.4
falcon-dwh-client-1.0.3
falcon-dwh-client-1.0.2
falcon-dwh-client-1.0.1
1.0
falcon-dwh-client-1.0

How to add a dependency to Maven

Add the following vn.onesoft.falcon : falcon-dwh-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>vn.onesoft.falcon</groupId>
    <artifactId>falcon-dwh-client</artifactId>
    <version>3.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following vn.onesoft.falcon : falcon-dwh-client gradle dependency to your build.gradle file:

implementation 'vn.onesoft.falcon:falcon-dwh-client:3.4.4'

Gradle Kotlin DSL: Add the following vn.onesoft.falcon : falcon-dwh-client gradle kotlin dependency to your build.gradle.kts file:

implementation("vn.onesoft.falcon:falcon-dwh-client:3.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following vn.onesoft.falcon : falcon-dwh-client sbt scala dependency to your build.sbt file:

libraryDependencies += "vn.onesoft.falcon" % "falcon-dwh-client" % "3.4.4"