| GroupId | GroupIdcom.github.fs2-blobstore |
|---|---|
| ArtifactId | ArtifactIdgcs_3 |
| Version | Version0.9.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gcs_3-0.9.2.pom | |
| gcs_3-0.9.2.jar | 33 KB |
| gcs_3-0.9.2-sources.jar | 3 KB |
| gcs_3-0.9.2-javadoc.jar | 184 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fs2-blobstore/gcs_3/ -->
<dependency>
<groupId>com.github.fs2-blobstore</groupId>
<artifactId>gcs_3</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fs2-blobstore/gcs_3/
implementation 'com.github.fs2-blobstore:gcs_3:0.9.2'
// https://jarcasting.com/artifacts/com.github.fs2-blobstore/gcs_3/
implementation ("com.github.fs2-blobstore:gcs_3:0.9.2")
'com.github.fs2-blobstore:gcs_3:jar:0.9.2'
<dependency org="com.github.fs2-blobstore" name="gcs_3" rev="0.9.2">
<artifact name="gcs_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fs2-blobstore', module='gcs_3', version='0.9.2')
)
libraryDependencies += "com.github.fs2-blobstore" % "gcs_3" % "0.9.2"
[com.github.fs2-blobstore/gcs_3 "0.9.2"]