is not current version
Last Version 1.2.0

com.rainerhahnekamp:sneakythrow 1.1.0

Java library to ignore checked exceptions

Categories

Categories

SneakyThrow Development Tools Development Libraries
GroupId

GroupId

com.rainerhahnekamp
ArtifactId

ArtifactId

sneakythrow
Version

Version

1.1.0
Type

Type

jar

Download sneakythrow 1.1.0


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