| GroupId | GroupIdio.github.bozwin |
|---|---|
| ArtifactId | ArtifactIdnebulamq |
| Version | Version0.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nebulamq-0.2.4.pom | |
| nebulamq-0.2.4.jar | 6 KB |
| nebulamq-0.2.4-sources.jar | 3 KB |
| nebulamq-0.2.4-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bozwin/nebulamq/ -->
<dependency>
<groupId>io.github.bozwin</groupId>
<artifactId>nebulamq</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bozwin/nebulamq/
implementation 'io.github.bozwin:nebulamq:0.2.4'
// https://jarcasting.com/artifacts/io.github.bozwin/nebulamq/
implementation ("io.github.bozwin:nebulamq:0.2.4")
'io.github.bozwin:nebulamq:jar:0.2.4'
<dependency org="io.github.bozwin" name="nebulamq" rev="0.2.4">
<artifact name="nebulamq" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bozwin', module='nebulamq', version='0.2.4')
)
libraryDependencies += "io.github.bozwin" % "nebulamq" % "0.2.4"
[io.github.bozwin/nebulamq "0.2.4"]