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