MVN

com.rabobank.argos : xld-argos-plugin

Maven & Gradle

Jun 05, 2020
3 stars

XLDeploy Argos plugin · A plugin used in XLDeploy to communicate with an Argos Service.

<dependency>
    <groupId>com.rabobank.argos</groupId>
    <artifactId>xld-argos-plugin</artifactId>
    <version>0.0.1-RC6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rabobank.argos : xld-argos-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-RC6
  • Latest Release Candidate: 0.0.1-RC6

All Versions

Choose a version of com.rabobank.argos : xld-argos-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
xld-argos-plugin-0.0.1-RC6
xld-argos-plugin-0.0.1-RC5
xld-argos-plugin-0.0.1-RC4

How to add a dependency to Maven

Add the following com.rabobank.argos : xld-argos-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rabobank.argos</groupId>
    <artifactId>xld-argos-plugin</artifactId>
    <version>0.0.1-RC6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rabobank.argos : xld-argos-plugin gradle dependency to your build.gradle file:

implementation 'com.rabobank.argos:xld-argos-plugin:0.0.1-RC6'

Gradle Kotlin DSL: Add the following com.rabobank.argos : xld-argos-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rabobank.argos:xld-argos-plugin:0.0.1-RC6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rabobank.argos : xld-argos-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rabobank.argos" % "xld-argos-plugin" % "0.0.1-RC6"