MVN

com.artfii.fluentsql : fluentsql-core

Maven & Gradle

Jun 21, 2023
2 usages

fluentsql-core

<dependency>
    <groupId>com.artfii.fluentsql</groupId>
    <artifactId>fluentsql-core</artifactId>
    <version>0.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.artfii.fluentsql : fluentsql-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.13

All Versions

Choose a version of com.artfii.fluentsql : fluentsql-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
fluentsql-core-0.0.13
fluentsql-core-0.0.12
fluentsql-core-0.0.10
fluentsql-core-0.0.9
fluentsql-core-0.0.8.2
fluentsql-core-0.0.8.1
fluentsql-core-0.0.8
fluentsql-core-0.0.7.3
fluentsql-core-0.0.7.2
fluentsql-core-0.0.7.1
fluentsql-core-0.0.7
fluentsql-core-0.0.6-RELEASE

How to add a dependency to Maven

Add the following com.artfii.fluentsql : fluentsql-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.artfii.fluentsql</groupId>
    <artifactId>fluentsql-core</artifactId>
    <version>0.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.artfii.fluentsql : fluentsql-core gradle dependency to your build.gradle file:

implementation 'com.artfii.fluentsql:fluentsql-core:0.0.13'

Gradle Kotlin DSL: Add the following com.artfii.fluentsql : fluentsql-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.artfii.fluentsql:fluentsql-core:0.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.artfii.fluentsql : fluentsql-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.artfii.fluentsql" % "fluentsql-core" % "0.0.13"