MVN

excalibur-instrument-manager : excalibur-instrument-manager

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 20021108

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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