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