MVN

com.yazantarifi : websockets

Maven & Gradle

Jan 07, 2023

Socket Client Manager · Socket IO Implementation for Android, IOS Apps - KMM

<dependency>
    <groupId>com.yazantarifi</groupId>
    <artifactId>websockets</artifactId>
    <version>0.13-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yazantarifi : websockets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13-alpha
  • Latest Alpha: 0.13-alpha

All Versions

Choose a version of com.yazantarifi : websockets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
websockets-0.13-alpha
0.12
websockets-0.12-alpha
0.11
websockets-0.11-alpha
0.10
websockets-0.10-alpha
0.9
websockets-0.9-alpha
0.8
websockets-0.8-alpha
0.7
websockets-0.7-alpha
0.6
websockets-0.6-alpha
0.5
websockets-0.5-alpha
0.4
websockets-0.4-alpha
0.3
websockets-0.3-alpha
0.2
websockets-0.2-alpha
0.1
websockets-0.1-alpha
0.0
websockets-0.0-alpha

How to add a dependency to Maven

Add the following com.yazantarifi : websockets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yazantarifi</groupId>
    <artifactId>websockets</artifactId>
    <version>0.13-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yazantarifi : websockets gradle dependency to your build.gradle file:

implementation 'com.yazantarifi:websockets:0.13-alpha'

Gradle Kotlin DSL: Add the following com.yazantarifi : websockets gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yazantarifi:websockets:0.13-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yazantarifi : websockets sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yazantarifi" % "websockets" % "0.13-alpha"

Advertisement