License |
License |
---|---|
GroupId | GroupIdcom.alibaba.otter |
ArtifactId | ArtifactIdnode |
Last Version | Last Version4.2.18 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionnode module for otter
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
node-4.2.18.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/node/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>node</artifactId>
<version>4.2.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/node/
implementation 'com.alibaba.otter:node:4.2.18'
// https://jarcasting.com/artifacts/com.alibaba.otter/node/
implementation ("com.alibaba.otter:node:4.2.18")
'com.alibaba.otter:node:pom:4.2.18'
<dependency org="com.alibaba.otter" name="node" rev="4.2.18">
<artifact name="node" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='node', version='4.2.18')
)
libraryDependencies += "com.alibaba.otter" % "node" % "4.2.18"
[com.alibaba.otter/node "4.2.18"]