GroupId | GroupIdcom.github.gvolpe |
---|---|
ArtifactId | ArtifactIdfs2-rabbit-circe_2.12 |
Version | Version1.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gvolpe/fs2-rabbit-circe_2.12/ -->
<dependency>
<groupId>com.github.gvolpe</groupId>
<artifactId>fs2-rabbit-circe_2.12</artifactId>
<version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gvolpe/fs2-rabbit-circe_2.12/
implementation 'com.github.gvolpe:fs2-rabbit-circe_2.12:1.0-RC2'
// https://jarcasting.com/artifacts/com.github.gvolpe/fs2-rabbit-circe_2.12/
implementation ("com.github.gvolpe:fs2-rabbit-circe_2.12:1.0-RC2")
'com.github.gvolpe:fs2-rabbit-circe_2.12:jar:1.0-RC2'
<dependency org="com.github.gvolpe" name="fs2-rabbit-circe_2.12" rev="1.0-RC2">
<artifact name="fs2-rabbit-circe_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gvolpe', module='fs2-rabbit-circe_2.12', version='1.0-RC2')
)
libraryDependencies += "com.github.gvolpe" % "fs2-rabbit-circe_2.12" % "1.0-RC2"
[com.github.gvolpe/fs2-rabbit-circe_2.12 "1.0-RC2"]