<dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>crash-lab</artifactId> <version>0.2</version> </dependency>
implementation 'com.github.tomakehurst:crash-lab:0.2'
implementation("com.github.tomakehurst:crash-lab:0.2")
libraryDependencies += "com.github.tomakehurst" % "crash-lab" % "0.2"
@Grapes( @Grab(group='com.github.tomakehurst', module='crash-lab', version='0.2') )
<dependency org="com.github.tomakehurst" name="crash-lab" rev="0.2" />
[com.github.tomakehurst/crash-lab "0.2"]
'com.github.tomakehurst:crash-lab:jar:0.2'
compile
|-- com.codahale.metrics:metrics-core:3.0.1
|-- com.google.guava:guava:16.0
|-- com.fasterxml.jackson.core:jackson-databind:2.3.0
|-- com.ning:async-http-client:1.8.2
|-- org.hamcrest:hamcrest-library:1.3
|-- com.fasterxml.jackson.core:jackson-core:2.3.0
|-- org.hamcrest:hamcrest-core:1.3
|-- com.fasterxml.jackson.core:jackson-annotations:2.3.0