<dependency> <groupId>org.xerial</groupId> <artifactId>fluentd-standalone</artifactId> <version>0.1</version> </dependency>
implementation 'org.xerial:fluentd-standalone:0.1'
implementation("org.xerial:fluentd-standalone:0.1")
libraryDependencies += "org.xerial" % "fluentd-standalone" % "0.1"
@Grapes( @Grab(group='org.xerial', module='fluentd-standalone', version='0.1') )
<dependency org="org.xerial" name="fluentd-standalone" rev="0.1" />
[org.xerial/fluentd-standalone "0.1"]
'org.xerial:fluentd-standalone:jar:0.1'
compile
|-- org.scala-lang:scala-library:2.10.3
|-- org.xerial:xerial-core:3.2.2
|-- org.fusesource.scalate:scalate-core_2.10:1.6.1
test
|-- org.slf4j:slf4j-simple:1.7.5
|-- org.scalatest:scalatest_2.10:2.0