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