MVN

org.smartboot.socket : smart-buffer

Maven & Gradle

Sep 01, 2019
3 usages

smart-buffer · A high performance network application framework based on Java AIO

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

Latest Version

Choose a version of org.smartboot.socket : smart-buffer 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 : smart-buffer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
smart-buffer-1.4.3.rc-8
smart-buffer-1.4.3.rc-7
smart-buffer-1.4.3.rc-6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.smartboot.socket</groupId>
    <artifactId>smart-buffer</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 : smart-buffer gradle dependency to your build.gradle file:

implementation 'org.smartboot.socket:smart-buffer:1.4.3.rc-8'

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

implementation("org.smartboot.socket:smart-buffer:1.4.3.rc-8")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.smartboot.socket" % "smart-buffer" % "1.4.3.rc-8"

Advertisement