<dependency> <groupId>net.sf.ebus</groupId> <artifactId>config</artifactId> <version>7.1.0</version> </dependency>
implementation 'net.sf.ebus:config:7.1.0'
implementation("net.sf.ebus:config:7.1.0")
libraryDependencies += "net.sf.ebus" % "config" % "7.1.0"
@Grapes( @Grab(group='net.sf.ebus', module='config', version='7.1.0') )
<dependency org="net.sf.ebus" name="config" rev="7.1.0" />
[net.sf.ebus/config "7.1.0"]
'net.sf.ebus:config:jar:7.1.0'
<parent> <groupId>net.sf.ebus</groupId> <artifactId>ebus</artifactId> <version>7.1.0</version> </parent>
compile
|-- org.openjfx:javafx:11.0.1
|-- org.openjfx:javafx-controls:11.0.1
|-- org.openjfx:javafx-fxml:11.0.1
|-- net.sf.ebus:util
|-- com.typesafe:config
|-- net.openhft:affinity
test
|-- org.assertj:assertj-core
|-- junit:junit