| GroupId | GroupIdcom.github.fs2-blobstore |
|---|---|
| ArtifactId | ArtifactIdgcs_2.13 |
| Version | Version0.8.0-beta3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gcs_2.13-0.8.0-beta3.pom | |
| gcs_2.13-0.8.0-beta3.jar | 28 KB |
| gcs_2.13-0.8.0-beta3-sources.jar | 4 KB |
| gcs_2.13-0.8.0-beta3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fs2-blobstore/gcs_2.13/ -->
<dependency>
<groupId>com.github.fs2-blobstore</groupId>
<artifactId>gcs_2.13</artifactId>
<version>0.8.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fs2-blobstore/gcs_2.13/
implementation 'com.github.fs2-blobstore:gcs_2.13:0.8.0-beta3'
// https://jarcasting.com/artifacts/com.github.fs2-blobstore/gcs_2.13/
implementation ("com.github.fs2-blobstore:gcs_2.13:0.8.0-beta3")
'com.github.fs2-blobstore:gcs_2.13:jar:0.8.0-beta3'
<dependency org="com.github.fs2-blobstore" name="gcs_2.13" rev="0.8.0-beta3">
<artifact name="gcs_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fs2-blobstore', module='gcs_2.13', version='0.8.0-beta3')
)
libraryDependencies += "com.github.fs2-blobstore" % "gcs_2.13" % "0.8.0-beta3"
[com.github.fs2-blobstore/gcs_2.13 "0.8.0-beta3"]