How To Install Java Artifact org.openjdk.nashorn.nashorn-core v15.3

org.openjdk.nashorn nashorn-core 15.3

Introduction

In this article, we'll learn how to install Java artifact nashorn-core from org.openjdk.nashorn group in version 15.3. The artifact is available in 6 versions: 15.4 15.3 15.2 15.1.1 15.1 15.0 . The OpenJDK Nashorn project has been released under GPL v2 with the Classpath exception license, and has its own website at: https://github.com/openjdk/nashorn .

How To Install Java Artifact org.openjdk.nashorn.nashorn-core In Version 15.3

To install the OpenJDK Nashorn artifact in version 15.3 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses OpenJDK Nashorn dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (4)

Licenses

Developers