MVN

org.eclipse.californium : cf-cli-tcp-netty

Maven & Gradle

Jul 20, 2023
677 stars

Cf-cli-tcp-netty · Californium (Cf) Command Line Interface support for TCP using netty.io

<dependency>
    <groupId>org.eclipse.californium</groupId>
    <artifactId>cf-cli-tcp-netty</artifactId>
    <version>3.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.californium : cf-cli-tcp-netty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.eclipse.californium : cf-cli-tcp-netty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
cf-cli-tcp-netty-3.9.0
3.8.x
cf-cli-tcp-netty-3.8.0
3.7.x
cf-cli-tcp-netty-3.7.0
3.6.x
cf-cli-tcp-netty-3.6.0
3.5.x
cf-cli-tcp-netty-3.5.0
3.4.x
cf-cli-tcp-netty-3.4.0
3.3.x
cf-cli-tcp-netty-3.3.1
cf-cli-tcp-netty-3.3.0
3.2.x
cf-cli-tcp-netty-3.2.0
3.1.x
cf-cli-tcp-netty-3.1.0
3.0.x
cf-cli-tcp-netty-3.0.0
cf-cli-tcp-netty-3.0.0-RC2
cf-cli-tcp-netty-3.0.0-RC1
cf-cli-tcp-netty-3.0.0-M4
cf-cli-tcp-netty-3.0.0-M3
cf-cli-tcp-netty-3.0.0-M2
cf-cli-tcp-netty-3.0.0-M1
2.8.x
cf-cli-tcp-netty-2.8.0
2.7.x
cf-cli-tcp-netty-2.7.2
cf-cli-tcp-netty-2.7.1
cf-cli-tcp-netty-2.7.0
2.6.x
cf-cli-tcp-netty-2.6.6
cf-cli-tcp-netty-2.6.5
cf-cli-tcp-netty-2.6.4
cf-cli-tcp-netty-2.6.3
cf-cli-tcp-netty-2.6.2
cf-cli-tcp-netty-2.6.1
cf-cli-tcp-netty-2.6.0
2.5.x
cf-cli-tcp-netty-2.5.0
2.4.x
cf-cli-tcp-netty-2.4.1
cf-cli-tcp-netty-2.4.0

How to add a dependency to Maven

Add the following org.eclipse.californium : cf-cli-tcp-netty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.californium</groupId>
    <artifactId>cf-cli-tcp-netty</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.californium : cf-cli-tcp-netty gradle dependency to your build.gradle file:

implementation 'org.eclipse.californium:cf-cli-tcp-netty:3.9.0'

Gradle Kotlin DSL: Add the following org.eclipse.californium : cf-cli-tcp-netty gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.californium:cf-cli-tcp-netty:3.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.californium : cf-cli-tcp-netty sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.californium" % "cf-cli-tcp-netty" % "3.9.0"

Advertisement