j

jspecify

An artifact of well-named and well-specified annotations to power static analysis checks
http://jspecify.org/
The Apache License, Version 2.0
Kevin Bourrillion Kengo TODA
文件下载
文件名 操作
jspecify-0.2.0.jar 下载
jspecify-0.2.0.pom 下载
jspecify-0.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jspecify</groupId>
  <artifactId>jspecify</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.jspecify:jspecify:0.2.0'
Gradle Kotlin
implementation("org.jspecify:jspecify:0.2.0")
Scala SBT
libraryDependencies += "org.jspecify" % "jspecify" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jspecify', module='jspecify', version='0.2.0')
)
Apache Ivy
<dependency org="org.jspecify" name="jspecify" rev="0.2.0" />
Leiningen
[org.jspecify/jspecify "0.2.0"]
Apache Buildr
'org.jspecify:jspecify:jar:0.2.0'
本项目依赖
该项目无第三方依赖