MVN

dev.yavin : gsheet-jdbc

Maven & Gradle

Mar 08, 2022
9 stars

gsheet-jdbc · Connect to any Google sheet with JDBC

<dependency>
    <groupId>dev.yavin</groupId>
    <artifactId>gsheet-jdbc</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.yavin : gsheet-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of dev.yavin : gsheet-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gsheet-jdbc-1.0.7
gsheet-jdbc-1.0.6

How to add a dependency to Maven

Add the following dev.yavin : gsheet-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.yavin</groupId>
    <artifactId>gsheet-jdbc</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.yavin : gsheet-jdbc gradle dependency to your build.gradle file:

implementation 'dev.yavin:gsheet-jdbc:1.0.7'

Gradle Kotlin DSL: Add the following dev.yavin : gsheet-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.yavin:gsheet-jdbc:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.yavin : gsheet-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.yavin" % "gsheet-jdbc" % "1.0.7"

Advertisement

Dependencies from Group

May 01, 2021
3 usages
0 stars
app
May 03, 2021
6 stars
ws
May 20, 2021
6 stars
Jul 15, 2021
6 stars
Mar 08, 2022
9 stars

Discover Dependencies