u

uncheck

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