MVN

excalibur-monitor : excalibur-monitor

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 20020820

All Versions

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

Version Vulnerabilities Updated
20020820
excalibur-monitor-20020820
2.1
excalibur-monitor-2.1
1.0
excalibur-monitor-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>excalibur-monitor</groupId>
    <artifactId>excalibur-monitor</artifactId>
    <version>20020820</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'excalibur-monitor:excalibur-monitor:20020820'

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

implementation("excalibur-monitor:excalibur-monitor:20020820")

How to add a dependency to SBT Scala

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

libraryDependencies += "excalibur-monitor" % "excalibur-monitor" % "20020820"