<dependency> <groupId>com.github.tntim96</groupId> <artifactId>rhino</artifactId> <version>1.7R5pre02</version> </dependency>
implementation 'com.github.tntim96:rhino:1.7R5pre02'
implementation("com.github.tntim96:rhino:1.7R5pre02")
libraryDependencies += "com.github.tntim96" % "rhino" % "1.7R5pre02"
@Grapes( @Grab(group='com.github.tntim96', module='rhino', version='1.7R5pre02') )
<dependency org="com.github.tntim96" name="rhino" rev="1.7R5pre02" />
[com.github.tntim96/rhino "1.7R5pre02"]
'com.github.tntim96:rhino:jar:1.7R5pre02'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.apache.xmlbeans:xmlbeans:2.5.0
test
|-- junit:junit:4.10