r

rawdata-client-provider-gcs

GCS Rawdata Provider
https://github.com/descoped/
The Apache License, Version 2.0
Ove Ranheim
文件下载
文件名 操作
rawdata-client-provider-gcs-2.0.0.jar 下载
rawdata-client-provider-gcs-2.0.0.pom 下载
rawdata-client-provider-gcs-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.descoped.rawdata</groupId>
  <artifactId>rawdata-client-provider-gcs</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.descoped.rawdata:rawdata-client-provider-gcs:2.0.0'
Gradle Kotlin
implementation("io.descoped.rawdata:rawdata-client-provider-gcs:2.0.0")
Scala SBT
libraryDependencies += "io.descoped.rawdata" % "rawdata-client-provider-gcs" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.descoped.rawdata', module='rawdata-client-provider-gcs', version='2.0.0')
)
Apache Ivy
<dependency org="io.descoped.rawdata" name="rawdata-client-provider-gcs" rev="2.0.0" />
Leiningen
[io.descoped.rawdata/rawdata-client-provider-gcs "2.0.0"]
Apache Buildr
'io.descoped.rawdata:rawdata-client-provider-gcs:jar:2.0.0'