Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdorg.amqphub.quarkus |
ArtifactId | ArtifactIdquarkus-qpid-jms-integration-tests |
Version | Version0.13.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.amqphub.quarkus/quarkus-qpid-jms-integration-tests/ -->
<dependency>
<groupId>org.amqphub.quarkus</groupId>
<artifactId>quarkus-qpid-jms-integration-tests</artifactId>
<version>0.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.amqphub.quarkus/quarkus-qpid-jms-integration-tests/
implementation 'org.amqphub.quarkus:quarkus-qpid-jms-integration-tests:0.13.2'
// https://jarcasting.com/artifacts/org.amqphub.quarkus/quarkus-qpid-jms-integration-tests/
implementation ("org.amqphub.quarkus:quarkus-qpid-jms-integration-tests:0.13.2")
'org.amqphub.quarkus:quarkus-qpid-jms-integration-tests:jar:0.13.2'
<dependency org="org.amqphub.quarkus" name="quarkus-qpid-jms-integration-tests" rev="0.13.2">
<artifact name="quarkus-qpid-jms-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.amqphub.quarkus', module='quarkus-qpid-jms-integration-tests', version='0.13.2')
)
libraryDependencies += "org.amqphub.quarkus" % "quarkus-qpid-jms-integration-tests" % "0.13.2"
[org.amqphub.quarkus/quarkus-qpid-jms-integration-tests "0.13.2"]