Categories |
CategoriesScala Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.colisweb |
ArtifactId | ArtifactIdgoogle-drive-scala-client-cats_2.13 |
Version | Version0.12.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.colisweb/google-drive-scala-client-cats_2.13/ -->
<dependency>
<groupId>com.colisweb</groupId>
<artifactId>google-drive-scala-client-cats_2.13</artifactId>
<version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.colisweb/google-drive-scala-client-cats_2.13/
implementation 'com.colisweb:google-drive-scala-client-cats_2.13:0.12.2'
// https://jarcasting.com/artifacts/com.colisweb/google-drive-scala-client-cats_2.13/
implementation ("com.colisweb:google-drive-scala-client-cats_2.13:0.12.2")
'com.colisweb:google-drive-scala-client-cats_2.13:jar:0.12.2'
<dependency org="com.colisweb" name="google-drive-scala-client-cats_2.13" rev="0.12.2">
<artifact name="google-drive-scala-client-cats_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.colisweb', module='google-drive-scala-client-cats_2.13', version='0.12.2')
)
libraryDependencies += "com.colisweb" % "google-drive-scala-client-cats_2.13" % "0.12.2"
[com.colisweb/google-drive-scala-client-cats_2.13 "0.12.2"]