License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.xenoamess |
ArtifactId | ArtifactIdnashorn |
Version | Versionjdk8u265-b01-x3 |
Type | Typejar |
Description |
Descriptionnashorn
A maven release for nashorn. Changed nothing, just put it to maven.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nashorn-jdk8u265-b01-x3.pom | |
nashorn-jdk8u265-b01-x3.jar | 1 MB |
nashorn-jdk8u265-b01-x3-sources.jar | 1 MB |
nashorn-jdk8u265-b01-x3-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xenoamess/nashorn/ -->
<dependency>
<groupId>com.xenoamess</groupId>
<artifactId>nashorn</artifactId>
<version>jdk8u265-b01-x3</version>
</dependency>
// https://jarcasting.com/artifacts/com.xenoamess/nashorn/
implementation 'com.xenoamess:nashorn:jdk8u265-b01-x3'
// https://jarcasting.com/artifacts/com.xenoamess/nashorn/
implementation ("com.xenoamess:nashorn:jdk8u265-b01-x3")
'com.xenoamess:nashorn:jar:jdk8u265-b01-x3'
<dependency org="com.xenoamess" name="nashorn" rev="jdk8u265-b01-x3">
<artifact name="nashorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xenoamess', module='nashorn', version='jdk8u265-b01-x3')
)
libraryDependencies += "com.xenoamess" % "nashorn" % "jdk8u265-b01-x3"
[com.xenoamess/nashorn "jdk8u265-b01-x3"]