MVN

com.github.wkp111 : SocketSimple

Maven & Gradle

Feb 07, 2018
5 stars

socket-helper · A socketUtil to help to create server and client.

<dependency>
    <groupId>com.github.wkp111</groupId>
    <artifactId>SocketSimple</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wkp111 : SocketSimple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.github.wkp111 : SocketSimple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
SocketSimple-1.0.2
SocketSimple-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.wkp111</groupId>
    <artifactId>SocketSimple</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wkp111 : SocketSimple gradle dependency to your build.gradle file:

implementation 'com.github.wkp111:SocketSimple:1.0.2'

Gradle Kotlin DSL: Add the following com.github.wkp111 : SocketSimple gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wkp111:SocketSimple:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wkp111 : SocketSimple sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wkp111" % "SocketSimple" % "1.0.2"