GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdnukleus-amqp |
Version | Version0.41 |
Type | Typejar |
Filename | Size |
---|---|
nukleus-amqp-0.41.pom | |
nukleus-amqp-0.41.jar | 859 KB |
nukleus-amqp-0.41-tests.jar | 19 KB |
nukleus-amqp-0.41-sources.jar | 287 KB |
nukleus-amqp-0.41-javadoc.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.reaktivity/nukleus-amqp/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-amqp</artifactId>
<version>0.41</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-amqp/
implementation 'org.reaktivity:nukleus-amqp:0.41'
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-amqp/
implementation ("org.reaktivity:nukleus-amqp:0.41")
'org.reaktivity:nukleus-amqp:jar:0.41'
<dependency org="org.reaktivity" name="nukleus-amqp" rev="0.41">
<artifact name="nukleus-amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='nukleus-amqp', version='0.41')
)
libraryDependencies += "org.reaktivity" % "nukleus-amqp" % "0.41"
[org.reaktivity/nukleus-amqp "0.41"]