Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.hazendaz.nodejs</groupId>
  <artifactId>node</artifactId>
  <version>v22.11.0</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz.nodejs" name="node" rev="v22.11.0">
  <artifact name="node" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz.nodejs', module='node', version='v22.11.0')
)

Gradle/Grails

implementation 'com.github.hazendaz.nodejs:node:v22.11.0'

Scala SBT

libraryDependencies += "com.github.hazendaz.nodejs" % "node" % "v22.11.0"

Leiningen

[com.github.hazendaz.nodejs/node "v22.11.0"]