| License |
License |
|---|---|
| GroupId | GroupIdorg.amqphub.jca |
| ArtifactId | ArtifactIdresource-adapter-parent |
| Version | Version1.0.2 |
| 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-1.0.2.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>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.amqphub.jca/resource-adapter-parent/
implementation 'org.amqphub.jca:resource-adapter-parent:1.0.2'
// https://jarcasting.com/artifacts/org.amqphub.jca/resource-adapter-parent/
implementation ("org.amqphub.jca:resource-adapter-parent:1.0.2")
'org.amqphub.jca:resource-adapter-parent:pom:1.0.2'
<dependency org="org.amqphub.jca" name="resource-adapter-parent" rev="1.0.2">
<artifact name="resource-adapter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.amqphub.jca', module='resource-adapter-parent', version='1.0.2')
)
libraryDependencies += "org.amqphub.jca" % "resource-adapter-parent" % "1.0.2"
[org.amqphub.jca/resource-adapter-parent "1.0.2"]