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