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