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