b

blacklab-instrumentation

Instrumentation for blacklab server. Including metrics
Files download
File Operation
blacklab-instrumentation-3.0.1.jar download
blacklab-instrumentation-3.0.1.pom download
blacklab-instrumentation-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.inl.blacklab</groupId>
  <artifactId>blacklab-instrumentation</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'nl.inl.blacklab:blacklab-instrumentation:3.0.1'
Gradle Kotlin
implementation("nl.inl.blacklab:blacklab-instrumentation:3.0.1")
Scala SBT
libraryDependencies += "nl.inl.blacklab" % "blacklab-instrumentation" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='nl.inl.blacklab', module='blacklab-instrumentation', version='3.0.1')
)
Apache Ivy
<dependency org="nl.inl.blacklab" name="blacklab-instrumentation" rev="3.0.1" />
Leiningen
[nl.inl.blacklab/blacklab-instrumentation "3.0.1"]
Apache Buildr
'nl.inl.blacklab:blacklab-instrumentation:jar:3.0.1'