MVN

xin.alum : aio-starter

Maven & Gradle

Aug 08, 2023

Aio/Starter · aio-starter 基于netty的WebSocket和Socket通信包

<dependency>
    <groupId>xin.alum</groupId>
    <artifactId>aio-starter</artifactId>
    <version>1.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xin.alum : aio-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.3

All Versions

Choose a version of xin.alum : aio-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
aio-starter-1.9.3
aio-starter-1.9.2
aio-starter-1.9.1
aio-starter-1.9.0
1.7.x
aio-starter-1.7.0
1.6.x
aio-starter-1.6.8

How to add a dependency to Maven

Add the following xin.alum : aio-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xin.alum</groupId>
    <artifactId>aio-starter</artifactId>
    <version>1.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xin.alum : aio-starter gradle dependency to your build.gradle file:

implementation 'xin.alum:aio-starter:1.9.3'

Gradle Kotlin DSL: Add the following xin.alum : aio-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("xin.alum:aio-starter:1.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following xin.alum : aio-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "xin.alum" % "aio-starter" % "1.9.3"