| License |
License |
|---|---|
| GroupId | GroupIdorg.amqphub.jca |
| ArtifactId | ArtifactIdresource-adapter-parent |
| Version | Version2.0.0 |
| Type | Typepom |
| Description |
DescriptionAMQP 1.0 resource adapter - parent
A JCA resource adapter for using AMQP 1.0 messaging
with app servers such as WildFly or Thorntail.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| resource-adapter-parent-2.0.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.amqphub.jca/resource-adapter-parent/ -->
<dependency>
<groupId>org.amqphub.jca</groupId>
<artifactId>resource-adapter-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.amqphub.jca/resource-adapter-parent/
implementation 'org.amqphub.jca:resource-adapter-parent:2.0.0'
// https://jarcasting.com/artifacts/org.amqphub.jca/resource-adapter-parent/
implementation ("org.amqphub.jca:resource-adapter-parent:2.0.0")
'org.amqphub.jca:resource-adapter-parent:pom:2.0.0'
<dependency org="org.amqphub.jca" name="resource-adapter-parent" rev="2.0.0">
<artifact name="resource-adapter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.amqphub.jca', module='resource-adapter-parent', version='2.0.0')
)
libraryDependencies += "org.amqphub.jca" % "resource-adapter-parent" % "2.0.0"
[org.amqphub.jca/resource-adapter-parent "2.0.0"]