MVN

link.thingscloud : netty-remoting-impl

Maven & Gradle

Jun 12, 2021
0 stars
<dependency>
    <groupId>link.thingscloud</groupId>
    <artifactId>netty-remoting-impl</artifactId>
    <version>0.6.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of link.thingscloud : netty-remoting-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0-RELEASE

All Versions

Choose a version of link.thingscloud : netty-remoting-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
netty-remoting-impl-0.6.0-RELEASE
0.5.x
netty-remoting-impl-0.5.0-RELEASE
0.4.x
netty-remoting-impl-0.4.0-RELEASE
0.1.x
netty-remoting-impl-0.1.0-RELEASE

How to add a dependency to Maven

Add the following link.thingscloud : netty-remoting-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>link.thingscloud</groupId>
    <artifactId>netty-remoting-impl</artifactId>
    <version>0.6.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following link.thingscloud : netty-remoting-impl gradle dependency to your build.gradle file:

implementation 'link.thingscloud:netty-remoting-impl:0.6.0-RELEASE'

Gradle Kotlin DSL: Add the following link.thingscloud : netty-remoting-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("link.thingscloud:netty-remoting-impl:0.6.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following link.thingscloud : netty-remoting-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "link.thingscloud" % "netty-remoting-impl" % "0.6.0-RELEASE"

Advertisement