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