<dependency> <groupId>ro.isdc.wro4j</groupId> <artifactId>rhino</artifactId> <version>1.7R5-20130223-1</version> </dependency>
implementation 'ro.isdc.wro4j:rhino:1.7R5-20130223-1'
implementation("ro.isdc.wro4j:rhino:1.7R5-20130223-1")
libraryDependencies += "ro.isdc.wro4j" % "rhino" % "1.7R5-20130223-1"
@Grapes( @Grab(group='ro.isdc.wro4j', module='rhino', version='1.7R5-20130223-1') )
<dependency org="ro.isdc.wro4j" name="rhino" rev="1.7R5-20130223-1" />
[ro.isdc.wro4j/rhino "1.7R5-20130223-1"]
'ro.isdc.wro4j:rhino:jar:1.7R5-20130223-1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:4.11