License |
License |
---|---|
GroupId | GroupIdcom.github.houbie |
ArtifactId | ArtifactIdrhino-mod |
Last Version | Last Version1.7R4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrhino
Mozilla Rhino, repackaged in package com.github.houbie.mozilla
|
Filename | Size |
---|---|
rhino-mod-1.7R4.pom | |
rhino-mod-1.7R4.jar | 1 MB |
rhino-mod-1.7R4-sources.jar | 839 KB |
rhino-mod-1.7R4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbie/rhino-mod/ -->
<dependency>
<groupId>com.github.houbie</groupId>
<artifactId>rhino-mod</artifactId>
<version>1.7R4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbie/rhino-mod/
implementation 'com.github.houbie:rhino-mod:1.7R4'
// https://jarcasting.com/artifacts/com.github.houbie/rhino-mod/
implementation ("com.github.houbie:rhino-mod:1.7R4")
'com.github.houbie:rhino-mod:jar:1.7R4'
<dependency org="com.github.houbie" name="rhino-mod" rev="1.7R4">
<artifact name="rhino-mod" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbie', module='rhino-mod', version='1.7R4')
)
libraryDependencies += "com.github.houbie" % "rhino-mod" % "1.7R4"
[com.github.houbie/rhino-mod "1.7R4"]