MVN

com.github.duband : jmsposter

Maven & Gradle

Aug 06, 2018
0 stars

JMSPoster plugin · JMS client for Weblogic (tested on Weblogic 12.1.3 and 12.2.1) ,ActiveMQ (tested with ActiveMQ 5.11 and 5.15.4), and HornetQ 2.2.11 (included in JBoss 7.1)

<plugin>
    <groupId>com.github.duband</groupId>
    <artifactId>jmsposter</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.duband : jmsposter to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.duband : jmsposter to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
jmsposter-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.duband</groupId>
    <artifactId>jmsposter</artifactId>
    <version>1.0</version>
</plugin>

Advertisement