| GroupId | GroupIdcom.alibaba.otter |
|---|---|
| ArtifactId | ArtifactIdnode.extend |
| Version | Version4.2.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| node.extend-4.2.6.pom | |
| node.extend-4.2.6.jar | 6 KB |
| node.extend-4.2.6-sources.jar | 5 KB |
| node.extend-4.2.6-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/node.extend/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>node.extend</artifactId>
<version>4.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/node.extend/
implementation 'com.alibaba.otter:node.extend:4.2.6'
// https://jarcasting.com/artifacts/com.alibaba.otter/node.extend/
implementation ("com.alibaba.otter:node.extend:4.2.6")
'com.alibaba.otter:node.extend:jar:4.2.6'
<dependency org="com.alibaba.otter" name="node.extend" rev="4.2.6">
<artifact name="node.extend" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='node.extend', version='4.2.6')
)
libraryDependencies += "com.alibaba.otter" % "node.extend" % "4.2.6"
[com.alibaba.otter/node.extend "4.2.6"]