<dependency> <groupId>com.github.fge</groupId> <artifactId>throwing-lambdas</artifactId> <version>0.4.0</version> </dependency>
implementation 'com.github.fge:throwing-lambdas:0.4.0'
implementation("com.github.fge:throwing-lambdas:0.4.0")
libraryDependencies += "com.github.fge" % "throwing-lambdas" % "0.4.0"
@Grapes( @Grab(group='com.github.fge', module='throwing-lambdas', version='0.4.0') )
<dependency org="com.github.fge" name="throwing-lambdas" rev="0.4.0" />
[com.github.fge/throwing-lambdas "0.4.0"]
'com.github.fge:throwing-lambdas:jar:0.4.0'
test
|-- org.testng:testng:6.8.21
|-- org.mockito:mockito-core:1.10.19
|-- org.assertj:assertj-core:1.7.1