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