MVN

ws.wamp.jawampa : jawampa-parent

Maven & Gradle

May 18, 2017
150 stars

jawampa · jawampa is a library that provides client and server support for the Web Application Messaging Protocol (WAMP) on the JVM.

<dependency>
    <groupId>ws.wamp.jawampa</groupId>
    <artifactId>jawampa-parent</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ws.wamp.jawampa : jawampa-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of ws.wamp.jawampa : jawampa-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
jawampa-parent-0.5.0
0.4.x
jawampa-parent-0.4.2
jawampa-parent-0.4.1
jawampa-parent-0.4.0
jawampa-parent-0.4.0-STAGING

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ws.wamp.jawampa</groupId>
    <artifactId>jawampa-parent</artifactId>
    <version>0.5.0</version>
</dependency>

Advertisement