MVN

com.argosnotary.argos : xld-argos-plugin

Maven & Gradle

Oct 16, 2020
3 stars

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

<dependency>
    <groupId>com.argosnotary.argos</groupId>
    <artifactId>xld-argos-plugin</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

Version Vulnerabilities Updated
1.0.x
xld-argos-plugin-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.argosnotary.argos</groupId>
    <artifactId>xld-argos-plugin</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.argosnotary.argos:xld-argos-plugin:1.0.2'

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

implementation("com.argosnotary.argos:xld-argos-plugin:1.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.argosnotary.argos" % "xld-argos-plugin" % "1.0.2"

Advertisement