is not current version
Last Version 1.2.0

com.rainerhahnekamp:sneakythrow 0.9.0

Java library to ignore checked exceptions

Categories

Categories

SneakyThrow Development Tools Development Libraries
GroupId

GroupId

com.rainerhahnekamp
ArtifactId

ArtifactId

sneakythrow
Version

Version

0.9.0
Type

Type

jar

Download sneakythrow 0.9.0


<!-- https://jarcasting.com/artifacts/com.rainerhahnekamp/sneakythrow/ -->
<dependency>
    <groupId>com.rainerhahnekamp</groupId>
    <artifactId>sneakythrow</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rainerhahnekamp/sneakythrow/
implementation 'com.rainerhahnekamp:sneakythrow:0.9.0'
// https://jarcasting.com/artifacts/com.rainerhahnekamp/sneakythrow/
implementation ("com.rainerhahnekamp:sneakythrow:0.9.0")
'com.rainerhahnekamp:sneakythrow:jar:0.9.0'
<dependency org="com.rainerhahnekamp" name="sneakythrow" rev="0.9.0">
  <artifact name="sneakythrow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rainerhahnekamp', module='sneakythrow', version='0.9.0')
)
libraryDependencies += "com.rainerhahnekamp" % "sneakythrow" % "0.9.0"
[com.rainerhahnekamp/sneakythrow "0.9.0"]