<dependency> <groupId>com.github.kristofa</groupId> <artifactId>brave-impl</artifactId> <version>2.4.1</version> </dependency>
implementation 'com.github.kristofa:brave-impl:2.4.1'
implementation("com.github.kristofa:brave-impl:2.4.1")
libraryDependencies += "com.github.kristofa" % "brave-impl" % "2.4.1"
@Grapes( @Grab(group='com.github.kristofa', module='brave-impl', version='2.4.1') )
<dependency org="com.github.kristofa" name="brave-impl" rev="2.4.1" />
[com.github.kristofa/brave-impl "2.4.1"]
'com.github.kristofa:brave-impl:jar:2.4.1'
<parent> <groupId>com.github.kristofa</groupId> <artifactId>brave</artifactId> <version>2.4.1</version> </parent>
compile
|-- com.github.kristofa:brave-interfaces:2.4.1
|-- org.apache.commons:commons-lang3:3.1
|-- com.google.guava:guava