com.colisweb.gdrive.client.sheets.GoogleSpreadsheetId.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-drive-scala-client_2.13 Show documentation
Show all versions of google-drive-scala-client_2.13 Show documentation
Google Drive Scala Client is a Scala wrapper around the Google Drive client for Java
The newest version!
package com.colisweb.gdrive.client.sheets
import eu.timepit.refined.types.string.NonEmptyString
final case class GoogleSpreadsheetId(value: NonEmptyString)