MVN

io.hotmoka : io-hotmoka-websockets

Maven & Gradle

May 14, 2023
0 stars

Web Sockets · Project minimal configuration for websockets with a chat example

<dependency>
    <groupId>io.hotmoka</groupId>
    <artifactId>io-hotmoka-websockets</artifactId>
    <version>parent</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hotmoka : io-hotmoka-websockets to add to Maven - Latest Versions:

  • Latest Stable: parent

All Versions

Choose a version of io.hotmoka : io-hotmoka-websockets to add to Maven - All Versions:

Version Vulnerabilities Updated
parent
io-hotmoka-websockets-parent

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.hotmoka</groupId>
    <artifactId>io-hotmoka-websockets</artifactId>
    <version>parent</version>
</dependency>

Advertisement