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