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