| License |
License |
|---|---|
| GroupId | GroupIddev.yavin |
| ArtifactId | ArtifactIdgsheet-jdbc |
| Version | Version1.0.7 |
| Type | Typejar |
| Description |
Descriptiongsheet-jdbc
Connect to any Google sheet with JDBC
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gsheet-jdbc-1.0.7.pom | |
| gsheet-jdbc-1.0.7.jar | 33 KB |
| gsheet-jdbc-1.0.7-sources.jar | 16 KB |
| gsheet-jdbc-1.0.7-javadoc.jar | 471 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.yavin/gsheet-jdbc/ -->
<dependency>
<groupId>dev.yavin</groupId>
<artifactId>gsheet-jdbc</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/dev.yavin/gsheet-jdbc/
implementation 'dev.yavin:gsheet-jdbc:1.0.7'
// https://jarcasting.com/artifacts/dev.yavin/gsheet-jdbc/
implementation ("dev.yavin:gsheet-jdbc:1.0.7")
'dev.yavin:gsheet-jdbc:jar:1.0.7'
<dependency org="dev.yavin" name="gsheet-jdbc" rev="1.0.7">
<artifact name="gsheet-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.yavin', module='gsheet-jdbc', version='1.0.7')
)
libraryDependencies += "dev.yavin" % "gsheet-jdbc" % "1.0.7"
[dev.yavin/gsheet-jdbc "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.api-client : google-api-client | jar | 1.30.4 |
| com.google.oauth-client : google-oauth-client-jetty | jar | 1.30.6 |
| com.google.apis : google-api-services-sheets | jar | v4-rev581-1.25.0 |
| com.google.apis : google-api-services-drive | jar | v3-rev197-1.25.0 |
| com.google.auth : google-auth-library-appengine | jar | 1.3.0 |
| org.projectlombok : lombok | jar | 1.18.22 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| com.h2database : h2 | jar | 2.1.210 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.32 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |