GroupId | GroupIdcom.alibaba.otter |
---|---|
ArtifactId | ArtifactIdnode |
Version | Version4.2.12 |
Type | Typepom |
Filename | Size |
---|---|
node-4.2.12.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/node/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>node</artifactId>
<version>4.2.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/node/
implementation 'com.alibaba.otter:node:4.2.12'
// https://jarcasting.com/artifacts/com.alibaba.otter/node/
implementation ("com.alibaba.otter:node:4.2.12")
'com.alibaba.otter:node:pom:4.2.12'
<dependency org="com.alibaba.otter" name="node" rev="4.2.12">
<artifact name="node" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='node', version='4.2.12')
)
libraryDependencies += "com.alibaba.otter" % "node" % "4.2.12"
[com.alibaba.otter/node "4.2.12"]