License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-jci-rhino |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons JCI compiler-rhino
Apache Commons JCI compiler implementation for Rhino javascript.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-jci-rhino-1.1.pom | |
commons-jci-rhino-1.1.jar | 14 KB |
commons-jci-rhino-1.1-sources.jar | 9 KB |
commons-jci-rhino-1.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-jci-rhino/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jci-rhino</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci-rhino/
implementation 'org.apache.commons:commons-jci-rhino:1.1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci-rhino/
implementation ("org.apache.commons:commons-jci-rhino:1.1")
'org.apache.commons:commons-jci-rhino:jar:1.1'
<dependency org="org.apache.commons" name="commons-jci-rhino" rev="1.1">
<artifact name="commons-jci-rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-jci-rhino', version='1.1')
)
libraryDependencies += "org.apache.commons" % "commons-jci-rhino" % "1.1"
[org.apache.commons/commons-jci-rhino "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-jci-core | jar | 1.1 |
rhino : js | jar | 1.7R2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-jci-core | test-jar | 1.1 |
junit : junit | jar | 4.11 |