не последняя версия
Последняя версия jdk8u265-b01-x3

com.xenoamess:nashorn jdk8u265-b01-x1

A maven release for nashorn. Changed nothing, just put it to maven. The jar comes from AdoptOpenJDK.

Категории

Категории

JavaScript Языки программирования
Группа

Группа

com.xenoamess
Идентификатор

Идентификатор

nashorn
Версия

Версия

jdk8u265-b01-x1
Тип

Тип

jar

Скачать nashorn jdk8u265-b01-x1


<!-- https://jarcasting.com/artifacts/com.xenoamess/nashorn/ -->
<dependency>
    <groupId>com.xenoamess</groupId>
    <artifactId>nashorn</artifactId>
    <version>jdk8u265-b01-x1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xenoamess/nashorn/
implementation 'com.xenoamess:nashorn:jdk8u265-b01-x1'
// https://jarcasting.com/artifacts/com.xenoamess/nashorn/
implementation ("com.xenoamess:nashorn:jdk8u265-b01-x1")
'com.xenoamess:nashorn:jar:jdk8u265-b01-x1'
<dependency org="com.xenoamess" name="nashorn" rev="jdk8u265-b01-x1">
  <artifact name="nashorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xenoamess', module='nashorn', version='jdk8u265-b01-x1')
)
libraryDependencies += "com.xenoamess" % "nashorn" % "jdk8u265-b01-x1"
[com.xenoamess/nashorn "jdk8u265-b01-x1"]