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
文件下载
文件名 操作
precipice-reporting-0.6.1.jar 下载
precipice-reporting-0.6.1.pom 下载
precipice-reporting-0.6.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.uncontended</groupId>
  <artifactId>precipice-reporting</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'net.uncontended:precipice-reporting:0.6.1'
Gradle Kotlin
implementation("net.uncontended:precipice-reporting:0.6.1")
Scala SBT
libraryDependencies += "net.uncontended" % "precipice-reporting" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='net.uncontended', module='precipice-reporting', version='0.6.1')
)
Apache Ivy
<dependency org="net.uncontended" name="precipice-reporting" rev="0.6.1" />
Leiningen
[net.uncontended/precipice-reporting "0.6.1"]
Apache Buildr
'net.uncontended:precipice-reporting:jar:0.6.1'