Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.hazendaz.nodejs</groupId> <artifactId>node</artifactId> <version>v20.20.0</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="com.github.hazendaz.nodejs" name="node" rev="v20.20.0"> <artifact name="node" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.hazendaz.nodejs', module='node', version='v20.20.0') )
Gradle/Grails
implementation 'com.github.hazendaz.nodejs:node:v20.20.0'
Scala SBT
libraryDependencies += "com.github.hazendaz.nodejs" % "node" % "v20.20.0"
Leiningen
[com.github.hazendaz.nodejs/node "v20.20.0"]


