Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.eclairjs |
ArtifactId | ArtifactIdeclairjs-nashorn |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
eclairjs-nashorn-0.9.pom | |
eclairjs-nashorn-0.9.jar | 1 MB |
eclairjs-nashorn-0.9-sources.jar | 654 KB |
eclairjs-nashorn-0.9-javadoc.jar | 477 KB |
eclairjs-nashorn-0.9-jar-with-dependencies.jar | 63 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclairjs/eclairjs-nashorn/ -->
<dependency>
<groupId>org.eclairjs</groupId>
<artifactId>eclairjs-nashorn</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclairjs/eclairjs-nashorn/
implementation 'org.eclairjs:eclairjs-nashorn:0.9'
// https://jarcasting.com/artifacts/org.eclairjs/eclairjs-nashorn/
implementation ("org.eclairjs:eclairjs-nashorn:0.9")
'org.eclairjs:eclairjs-nashorn:jar:0.9'
<dependency org="org.eclairjs" name="eclairjs-nashorn" rev="0.9">
<artifact name="eclairjs-nashorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclairjs', module='eclairjs-nashorn', version='0.9')
)
libraryDependencies += "org.eclairjs" % "eclairjs-nashorn" % "0.9"
[org.eclairjs/eclairjs-nashorn "0.9"]