<dependency> <groupId>net.sf.ebus</groupId> <artifactId>util</artifactId> <version>7.3.0</version> </dependency>
implementation 'net.sf.ebus:util:7.3.0'
implementation("net.sf.ebus:util:7.3.0")
libraryDependencies += "net.sf.ebus" % "util" % "7.3.0"
@Grapes( @Grab(group='net.sf.ebus', module='util', version='7.3.0') )
<dependency org="net.sf.ebus" name="util" rev="7.3.0" />
[net.sf.ebus/util "7.3.0"]
'net.sf.ebus:util:jar:7.3.0'
<parent> <groupId>net.sf.ebus</groupId> <artifactId>ebus</artifactId> <version>7.3.0</version> </parent>
compile
|-- com.typesafe:config
|-- net.sf.smc:library
|-- com.google.guava:guava
|-- org.slf4j:slf4j-api
|-- junit:junit
test
|-- org.assertj:assertj-core
|-- org.apache.commons:commons-lang3:3.12.0
|-- org.slf4j:slf4j-jdk14