Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdru.burov4j.storm |
ArtifactId | ArtifactIdstorm-rabbitmq |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
storm-rabbitmq-1.0.0.pom | |
storm-rabbitmq-1.0.0.jar | 23 KB |
storm-rabbitmq-1.0.0-sources.jar | 18 KB |
storm-rabbitmq-1.0.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.burov4j.storm/storm-rabbitmq/ -->
<dependency>
<groupId>ru.burov4j.storm</groupId>
<artifactId>storm-rabbitmq</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.burov4j.storm/storm-rabbitmq/
implementation 'ru.burov4j.storm:storm-rabbitmq:1.0.0'
// https://jarcasting.com/artifacts/ru.burov4j.storm/storm-rabbitmq/
implementation ("ru.burov4j.storm:storm-rabbitmq:1.0.0")
'ru.burov4j.storm:storm-rabbitmq:jar:1.0.0'
<dependency org="ru.burov4j.storm" name="storm-rabbitmq" rev="1.0.0">
<artifact name="storm-rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.burov4j.storm', module='storm-rabbitmq', version='1.0.0')
)
libraryDependencies += "ru.burov4j.storm" % "storm-rabbitmq" % "1.0.0"
[ru.burov4j.storm/storm-rabbitmq "1.0.0"]