dmt-google
Code to connect to the Google API. Currently, we only connect to Google Sheets. See Setting up a Google application for more info.
License |
License |
---|---|
GroupId | GroupIdcom.directmediatips |
ArtifactId | ArtifactIddmt-google |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.directmediatips:dmt-google
Library to access the Google API (especially to read from and write to Google Sheets documents).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dmt-google-0.1.0.pom | |
dmt-google-0.1.0.jar | 18 KB |
dmt-google-0.1.0-sources.jar | 11 KB |
dmt-google-0.1.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.directmediatips/dmt-google/ -->
<dependency>
<groupId>com.directmediatips</groupId>
<artifactId>dmt-google</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.directmediatips/dmt-google/
implementation 'com.directmediatips:dmt-google:0.1.0'
// https://jarcasting.com/artifacts/com.directmediatips/dmt-google/
implementation ("com.directmediatips:dmt-google:0.1.0")
'com.directmediatips:dmt-google:jar:0.1.0'
<dependency org="com.directmediatips" name="dmt-google" rev="0.1.0">
<artifact name="dmt-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.directmediatips', module='dmt-google', version='0.1.0')
)
libraryDependencies += "com.directmediatips" % "dmt-google" % "0.1.0"
[com.directmediatips/dmt-google "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.apis : google-api-services-sheets | jar | v4-rev468-1.22.0 |
com.google.api-client : google-api-client-java6 | jar | 1.22.0 |
com.google.oauth-client : google-oauth-client-jetty | jar | 1.22.0 |
Code to connect to the Google API. Currently, we only connect to Google Sheets. See Setting up a Google application for more info.