<dependency> <groupId>net.sf.ebus</groupId> <artifactId>util</artifactId> <version>6.0.0</version> </dependency>
implementation 'net.sf.ebus:util:6.0.0'
implementation("net.sf.ebus:util:6.0.0")
libraryDependencies += "net.sf.ebus" % "util" % "6.0.0"
@Grapes( @Grab(group='net.sf.ebus', module='util', version='6.0.0') )
<dependency org="net.sf.ebus" name="util" rev="6.0.0" />
[net.sf.ebus/util "6.0.0"]
'net.sf.ebus:util:jar:6.0.0'
<parent> <groupId>net.sf.ebus</groupId> <artifactId>ebus</artifactId> <version>6.0.0</version> </parent>
compile
|-- junit:junit:4.12