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