e

excalibur-thread-instrumented

Excalibur Threads Instrumented Implementation
Files download
File Operation
excalibur-thread-instrumented-2.2.1.jar download
excalibur-thread-instrumented-2.2.1.pom download
excalibur-thread-instrumented-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.excalibur.components</groupId>
  <artifactId>excalibur-thread-instrumented</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.excalibur.components:excalibur-thread-instrumented:2.2.1'
Gradle Kotlin
implementation("org.apache.excalibur.components:excalibur-thread-instrumented:2.2.1")
Scala SBT
libraryDependencies += "org.apache.excalibur.components" % "excalibur-thread-instrumented" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.excalibur.components', module='excalibur-thread-instrumented', version='2.2.1')
)
Apache Ivy
<dependency org="org.apache.excalibur.components" name="excalibur-thread-instrumented" rev="2.2.1" />
Leiningen
[org.apache.excalibur.components/excalibur-thread-instrumented "2.2.1"]
Apache Buildr
'org.apache.excalibur.components:excalibur-thread-instrumented:jar:2.2.1'