MVN

com.alibaba.otter : node.extend

Maven & Gradle

Sep 02, 2019
1 usages
7.9k stars

otter extend module for otter

<dependency>
    <groupId>com.alibaba.otter</groupId>
    <artifactId>node.extend</artifactId>
    <version>4.2.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alibaba.otter : node.extend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.18

All Versions

Choose a version of com.alibaba.otter : node.extend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
node.extend-4.2.18
node.extend-4.2.17
node.extend-4.2.16
node.extend-4.2.15
node.extend-4.2.14
node.extend-4.2.13
node.extend-4.2.12
node.extend-4.2.11
node.extend-4.2.10
node.extend-4.2.9
node.extend-4.2.7
node.extend-4.2.6
node.extend-4.2.5
node.extend-4.2.4
node.extend-4.2.3
node.extend-4.2.2
node.extend-4.2.1

How to add a dependency to Maven

Add the following com.alibaba.otter : node.extend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alibaba.otter</groupId>
    <artifactId>node.extend</artifactId>
    <version>4.2.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alibaba.otter : node.extend gradle dependency to your build.gradle file:

implementation 'com.alibaba.otter:node.extend:4.2.18'

Gradle Kotlin DSL: Add the following com.alibaba.otter : node.extend gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alibaba.otter:node.extend:4.2.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alibaba.otter : node.extend sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alibaba.otter" % "node.extend" % "4.2.18"

Advertisement