u

uncheck

a javac plugin that disables exception checking and other bothersome restrictions
https://github.com/auoeke/uncheck
MIT
Files download
File Operation
uncheck-0.3.6.jar download
uncheck-0.3.6.pom download
uncheck-0.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>net.auoeke</groupId>
  <artifactId>uncheck</artifactId>
  <version>0.3.6</version>
</dependency>
Gradle Groovy
implementation 'net.auoeke:uncheck:0.3.6'
Gradle Kotlin
implementation("net.auoeke:uncheck:0.3.6")
Scala SBT
libraryDependencies += "net.auoeke" % "uncheck" % "0.3.6"
Groovy Grape
@Grapes(
  @Grab(group='net.auoeke', module='uncheck', version='0.3.6')
)
Apache Ivy
<dependency org="net.auoeke" name="uncheck" rev="0.3.6" />
Leiningen
[net.auoeke/uncheck "0.3.6"]
Apache Buildr
'net.auoeke:uncheck:jar:0.3.6'