MVN

io.github.ligasgr.blocks : websocket-block

Maven & Gradle

Jul 25, 2022
4 stars

io.github.ligasgr.blocks:websocket-block · Blocks Framework - websocket-block

<dependency>
    <groupId>io.github.ligasgr.blocks</groupId>
    <artifactId>websocket-block</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ligasgr.blocks : websocket-block to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of io.github.ligasgr.blocks : websocket-block to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
websocket-block-0.13
0.12
websocket-block-0.12
0.11
websocket-block-0.11
0.10
websocket-block-0.10
0.9
websocket-block-0.9
0.8
websocket-block-0.8
0.7
websocket-block-0.7
0.6
websocket-block-0.6
0.5
websocket-block-0.5
0.4
websocket-block-0.4
0.3
websocket-block-0.3
0.2
websocket-block-0.2
0.1
websocket-block-0.1

How to add a dependency to Maven

Add the following io.github.ligasgr.blocks : websocket-block maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ligasgr.blocks</groupId>
    <artifactId>websocket-block</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ligasgr.blocks : websocket-block gradle dependency to your build.gradle file:

implementation 'io.github.ligasgr.blocks:websocket-block:0.13'

Gradle Kotlin DSL: Add the following io.github.ligasgr.blocks : websocket-block gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ligasgr.blocks:websocket-block:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ligasgr.blocks : websocket-block sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ligasgr.blocks" % "websocket-block" % "0.13"

Advertisement