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