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