GroupId | GroupIdcom.github.gvolpe |
---|---|
ArtifactId | ArtifactIdfs2-rabbit_2.11 |
Version | Version1.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
fs2-rabbit_2.11-1.0-RC2.pom | |
fs2-rabbit_2.11-1.0-RC2.jar | 310 KB |
fs2-rabbit_2.11-1.0-RC2-sources.jar | 25 KB |
fs2-rabbit_2.11-1.0-RC2-javadoc.jar | 675 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gvolpe/fs2-rabbit_2.11/ -->
<dependency>
<groupId>com.github.gvolpe</groupId>
<artifactId>fs2-rabbit_2.11</artifactId>
<version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gvolpe/fs2-rabbit_2.11/
implementation 'com.github.gvolpe:fs2-rabbit_2.11:1.0-RC2'
// https://jarcasting.com/artifacts/com.github.gvolpe/fs2-rabbit_2.11/
implementation ("com.github.gvolpe:fs2-rabbit_2.11:1.0-RC2")
'com.github.gvolpe:fs2-rabbit_2.11:jar:1.0-RC2'
<dependency org="com.github.gvolpe" name="fs2-rabbit_2.11" rev="1.0-RC2">
<artifact name="fs2-rabbit_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gvolpe', module='fs2-rabbit_2.11', version='1.0-RC2')
)
libraryDependencies += "com.github.gvolpe" % "fs2-rabbit_2.11" % "1.0-RC2"
[com.github.gvolpe/fs2-rabbit_2.11 "1.0-RC2"]