GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdrabbitpubsub |
Version | Version0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
rabbitpubsub-0-RELEASE.pom | |
rabbitpubsub-0-RELEASE.jar | 4 KB |
rabbitpubsub-0-RELEASE-sources.jar | 2 KB |
rabbitpubsub-0-RELEASE-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/rabbitpubsub/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>rabbitpubsub</artifactId>
<version>0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/rabbitpubsub/
implementation 'com.github.gkutiel:rabbitpubsub:0-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/rabbitpubsub/
implementation ("com.github.gkutiel:rabbitpubsub:0-RELEASE")
'com.github.gkutiel:rabbitpubsub:jar:0-RELEASE'
<dependency org="com.github.gkutiel" name="rabbitpubsub" rev="0-RELEASE">
<artifact name="rabbitpubsub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='rabbitpubsub', version='0-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "rabbitpubsub" % "0-RELEASE"
[com.github.gkutiel/rabbitpubsub "0-RELEASE"]