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