<dependency> <groupId>com.github.kristofa</groupId> <artifactId>brave</artifactId> <version>2.2.1</version> <type>pom</type> </dependency>
implementation 'com.github.kristofa:brave:2.2.1'
implementation("com.github.kristofa:brave:2.2.1")
libraryDependencies += "com.github.kristofa" % "brave" % "2.2.1"
@Grapes( @Grab(group='com.github.kristofa', module='brave', version='2.2.1') )
<dependency org="com.github.kristofa" name="brave" rev="2.2.1" />
[com.github.kristofa/brave "2.2.1"]
'com.github.kristofa:brave:jar:2.2.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- log4j:log4j:1.2.16
|-- org.slf4j:slf4j-log4j12:1.7.5
|-- org.slf4j:slf4j-api:1.7.5
|-- org.slf4j:jcl-over-slf4j:1.7.5
test
|-- junit:junit:4.10
|-- org.mockito:mockito-all:1.8.5