MVN

com.formkiq.stacks : client

Maven & Gradle

Aug 13, 2023
0 stars

FormKiQ Client · The Official Client library for FormKiQ

<dependency>
    <groupId>com.formkiq.stacks</groupId>
    <artifactId>client</artifactId>
    <version>1.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.12.0

All Versions

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

Version Vulnerabilities Updated
1.12.x
client-1.12.0
1.11.x
client-1.11.0
1.10.x
client-1.10.0
1.9.x
client-1.9.0
1.8.x
client-1.8.9.1
client-1.8.9
client-1.8.8
client-1.8.7.1
client-1.8.7
client-1.8.6
client-1.8.5
client-1.8.3
client-1.8.2
client-1.8.1
client-1.8.0
1.7.x
client-1.7.5
client-1.7.0
1.6.x
client-1.6.2
client-1.6.1
client-1.6.0
1.5.x
client-1.5.5
client-1.5.4
client-1.5.3
client-1.5.2
client-1.5.1
client-1.5.0
1.4.x
client-1.4.5
client-1.4.4
client-1.4.3
client-1.4.1
1.4
client-1.4
1.3
client-1.3
1.2
client-1.2
1.1
client-1.1
1.0
client-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.formkiq.stacks</groupId>
    <artifactId>client</artifactId>
    <version>1.12.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.formkiq.stacks:client:1.12.0'

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

implementation("com.formkiq.stacks:client:1.12.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.formkiq.stacks" % "client" % "1.12.0"

Advertisement