MVN

excalibur-instrument : excalibur-instrument

Maven & Gradle

Sep 20, 2005
3 usages
<dependency>
    <groupId>excalibur-instrument</groupId>
    <artifactId>excalibur-instrument</artifactId>
    <version>20021108</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of excalibur-instrument : excalibur-instrument to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20021108

All Versions

Choose a version of excalibur-instrument : excalibur-instrument to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20021108
excalibur-instrument-20021108
1.0
excalibur-instrument-1.0
0.1
excalibur-instrument-0.1

How to add a dependency to Maven

Add the following excalibur-instrument : excalibur-instrument maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>excalibur-instrument</groupId>
    <artifactId>excalibur-instrument</artifactId>
    <version>20021108</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following excalibur-instrument : excalibur-instrument gradle dependency to your build.gradle file:

implementation 'excalibur-instrument:excalibur-instrument:20021108'

Gradle Kotlin DSL: Add the following excalibur-instrument : excalibur-instrument gradle kotlin dependency to your build.gradle.kts file:

implementation("excalibur-instrument:excalibur-instrument:20021108")

How to add a dependency to SBT Scala

SBT Scala: Add the following excalibur-instrument : excalibur-instrument sbt scala dependency to your build.sbt file:

libraryDependencies += "excalibur-instrument" % "excalibur-instrument" % "20021108"