n

nodejs

node.js Bridge is a inter-process communication bridge between the bundled node.js and the executing JVM.
https://github.com/KnisterPeter/node.js-bridge
BSD
Markus Wolf
Files download
File Operation
nodejs-0.4.1.jar download
nodejs-0.4.1.pom download
nodejs-0.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.matrixweb.nodejs</groupId>
  <artifactId>nodejs</artifactId>
  <version>0.4.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'de.matrixweb.nodejs:nodejs:0.4.1'
Gradle Kotlin
implementation("de.matrixweb.nodejs:nodejs:0.4.1")
Scala SBT
libraryDependencies += "de.matrixweb.nodejs" % "nodejs" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='de.matrixweb.nodejs', module='nodejs', version='0.4.1')
)
Apache Ivy
<dependency org="de.matrixweb.nodejs" name="nodejs" rev="0.4.1" />
Leiningen
[de.matrixweb.nodejs/nodejs "0.4.1"]
Apache Buildr
'de.matrixweb.nodejs:nodejs:jar:0.4.1'