a

avaje-jsr305

Files download
File Operation
avaje-jsr305-1.0.jar download
avaje-jsr305-1.0.pom download
avaje-jsr305-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.avaje</groupId>
  <artifactId>avaje-jsr305</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.avaje:avaje-jsr305:1.0'
Gradle Kotlin
implementation("io.avaje:avaje-jsr305:1.0")
Scala SBT
libraryDependencies += "io.avaje" % "avaje-jsr305" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.avaje', module='avaje-jsr305', version='1.0')
)
Apache Ivy
<dependency org="io.avaje" name="avaje-jsr305" rev="1.0" />
Leiningen
[io.avaje/avaje-jsr305 "1.0"]
Apache Buildr
'io.avaje:avaje-jsr305:jar:1.0'