MVN

it.germanorizzo.ws4sqlite : ws4sqlite-client-jvm

Maven & Gradle

Feb 09, 2023
3 stars

ws4sqlite-client-jvm · ws4sqlite client for the JVM

<dependency>
    <groupId>it.germanorizzo.ws4sqlite</groupId>
    <artifactId>ws4sqlite-client-jvm</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.germanorizzo.ws4sqlite : ws4sqlite-client-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.1
  • Latest Release Candidate: 0.9.0-rc2

All Versions

Choose a version of it.germanorizzo.ws4sqlite : ws4sqlite-client-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
ws4sqlite-client-jvm-0.11.1
ws4sqlite-client-jvm-0.11.0
0.10.x
ws4sqlite-client-jvm-0.10.0
0.9.x
ws4sqlite-client-jvm-0.9.1.1
ws4sqlite-client-jvm-0.9.0-rc2

How to add a dependency to Maven

Add the following it.germanorizzo.ws4sqlite : ws4sqlite-client-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.germanorizzo.ws4sqlite</groupId>
    <artifactId>ws4sqlite-client-jvm</artifactId>
    <version>0.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.germanorizzo.ws4sqlite : ws4sqlite-client-jvm gradle dependency to your build.gradle file:

implementation 'it.germanorizzo.ws4sqlite:ws4sqlite-client-jvm:0.11.1'

Gradle Kotlin DSL: Add the following it.germanorizzo.ws4sqlite : ws4sqlite-client-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("it.germanorizzo.ws4sqlite:ws4sqlite-client-jvm:0.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.germanorizzo.ws4sqlite : ws4sqlite-client-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "it.germanorizzo.ws4sqlite" % "ws4sqlite-client-jvm" % "0.11.1"

Advertisement