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