GroupId | GroupIdcom.github.fs2-blobstore |
---|---|
ArtifactId | ArtifactIds3_2.12 |
Version | Version0.8.5 |
Type | Typejar |
Filename | Size |
---|---|
s3_2.12-0.8.5.pom | |
s3_2.12-0.8.5.jar | 81 KB |
s3_2.12-0.8.5-sources.jar | 10 KB |
s3_2.12-0.8.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fs2-blobstore/s3_2.12/ -->
<dependency>
<groupId>com.github.fs2-blobstore</groupId>
<artifactId>s3_2.12</artifactId>
<version>0.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fs2-blobstore/s3_2.12/
implementation 'com.github.fs2-blobstore:s3_2.12:0.8.5'
// https://jarcasting.com/artifacts/com.github.fs2-blobstore/s3_2.12/
implementation ("com.github.fs2-blobstore:s3_2.12:0.8.5")
'com.github.fs2-blobstore:s3_2.12:jar:0.8.5'
<dependency org="com.github.fs2-blobstore" name="s3_2.12" rev="0.8.5">
<artifact name="s3_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fs2-blobstore', module='s3_2.12', version='0.8.5')
)
libraryDependencies += "com.github.fs2-blobstore" % "s3_2.12" % "0.8.5"
[com.github.fs2-blobstore/s3_2.12 "0.8.5"]