Last Version

Graal.js Archetype 0.3

Archetype to start mixed Java/JavaScript development on top of GraalVM - a JVM with polyglot capabilities. The GraalVM comes with a 100% compatible node.js implementation that can easily execute Java code as well as code in other scripting languages like Ruby, R language or Python.

License

License

UPL
Categories

Categories

JavaScript Languages Graal
GroupId

GroupId

com.oracle.graal-js
ArtifactId

ArtifactId

nodejs-archetype
Version

Version

0.3
Type

Type

jar
Description

Description

Graal.js Archetype
Archetype to start mixed Java/JavaScript development on top of GraalVM - a JVM with polyglot capabilities. The GraalVM comes with a 100% compatible node.js implementation that can easily execute Java code as well as code in other scripting languages like Ruby, R language or Python.
Project URL

Project URL

https://github.com/graalvm/graal-js-archetype
Project Organization

Project Organization

Oracle
Source Code Management

Source Code Management

https://github.com/graalvm/graal-js-archetype/tree/master

Download nodejs-archetype 0.3


<!-- https://jarcasting.com/artifacts/com.oracle.graal-js/nodejs-archetype/ -->
<dependency>
    <groupId>com.oracle.graal-js</groupId>
    <artifactId>nodejs-archetype</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.graal-js/nodejs-archetype/
implementation 'com.oracle.graal-js:nodejs-archetype:0.3'
// https://jarcasting.com/artifacts/com.oracle.graal-js/nodejs-archetype/
implementation ("com.oracle.graal-js:nodejs-archetype:0.3")
'com.oracle.graal-js:nodejs-archetype:jar:0.3'
<dependency org="com.oracle.graal-js" name="nodejs-archetype" rev="0.3">
  <artifact name="nodejs-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.graal-js', module='nodejs-archetype', version='0.3')
)
libraryDependencies += "com.oracle.graal-js" % "nodejs-archetype" % "0.3"
[com.oracle.graal-js/nodejs-archetype "0.3"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.maven.shared : maven-verifier jar 1.6

Project Modules

There are no modules declared in this project.