<dependency> <groupId>com.github.tntim96</groupId> <artifactId>rhino</artifactId> <version>1.7R5pre01</version> </dependency>
implementation 'com.github.tntim96:rhino:1.7R5pre01'
implementation("com.github.tntim96:rhino:1.7R5pre01")
libraryDependencies += "com.github.tntim96" % "rhino" % "1.7R5pre01"
@Grapes( @Grab(group='com.github.tntim96', module='rhino', version='1.7R5pre01') )
<dependency org="com.github.tntim96" name="rhino" rev="1.7R5pre01" />
[com.github.tntim96/rhino "1.7R5pre01"]
'com.github.tntim96:rhino:jar:1.7R5pre01'
<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