MVN

org.smartboot.socket : udp-core

Maven & Gradle

Sep 01, 2019
1 usages

udp-core · A high performance network application framework based on Java AIO

<dependency>
    <groupId>org.smartboot.socket</groupId>
    <artifactId>udp-core</artifactId>
    <version>1.4.3.rc-8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smartboot.socket : udp-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3.rc-8
  • Latest Release Candidate: 1.4.3.rc-8

All Versions

Choose a version of org.smartboot.socket : udp-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
udp-core-1.4.3.rc-8
udp-core-1.4.3.rc-7
udp-core-1.4.3.rc-6

How to add a dependency to Maven

Add the following org.smartboot.socket : udp-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smartboot.socket</groupId>
    <artifactId>udp-core</artifactId>
    <version>1.4.3.rc-8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smartboot.socket : udp-core gradle dependency to your build.gradle file:

implementation 'org.smartboot.socket:udp-core:1.4.3.rc-8'

Gradle Kotlin DSL: Add the following org.smartboot.socket : udp-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smartboot.socket:udp-core:1.4.3.rc-8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smartboot.socket : udp-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smartboot.socket" % "udp-core" % "1.4.3.rc-8"