GroupId | GroupIdcom.github.tntim96 |
---|---|
ArtifactId | ArtifactIdrhino |
Version | Version1.7R5pre03 |
Type | Typejar |
Filename | Size |
---|---|
rhino-1.7R5pre03.pom | |
rhino-1.7R5pre03.zip | 6 MB |
rhino-1.7R5pre03-sources.jar | 880 KB |
rhino-1.7R5pre03-jdk14.jar | 1 MB |
rhino-1.7R5pre03-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tntim96/rhino/ -->
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>rhino</artifactId>
<version>1.7R5pre03</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/rhino/
implementation 'com.github.tntim96:rhino:1.7R5pre03'
// https://jarcasting.com/artifacts/com.github.tntim96/rhino/
implementation ("com.github.tntim96:rhino:1.7R5pre03")
'com.github.tntim96:rhino:jar:1.7R5pre03'
<dependency org="com.github.tntim96" name="rhino" rev="1.7R5pre03">
<artifact name="rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='rhino', version='1.7R5pre03')
)
libraryDependencies += "com.github.tntim96" % "rhino" % "1.7R5pre03"
[com.github.tntim96/rhino "1.7R5pre03"]