p

precipice-reporting

Precipice provides tools to manage access to and usage of services.
https://github.com/tbrooks8/Precipice
The Apache Software License, Version 2.0
Tim Brooks
Files download
File Operation
precipice-reporting-0.3.0.jar download
precipice-reporting-0.3.0.pom download
precipice-reporting-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.uncontended</groupId>
  <artifactId>precipice-reporting</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'net.uncontended:precipice-reporting:0.3.0'
Gradle Kotlin
implementation("net.uncontended:precipice-reporting:0.3.0")
Scala SBT
libraryDependencies += "net.uncontended" % "precipice-reporting" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.uncontended', module='precipice-reporting', version='0.3.0')
)
Apache Ivy
<dependency org="net.uncontended" name="precipice-reporting" rev="0.3.0" />
Leiningen
[net.uncontended/precipice-reporting "0.3.0"]
Apache Buildr
'net.uncontended:precipice-reporting:jar:0.3.0'