a

avaje-jsr305

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