MVN

gov.nsa : emissary

Maven & Gradle

Aug 15, 2023
237 stars

Emissary · Distributed P2P Data-driven Workflow Framework

<dependency>
    <groupId>gov.nsa</groupId>
    <artifactId>emissary</artifactId>
    <version>8.0.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nsa : emissary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0-M2

All Versions

Choose a version of gov.nsa : emissary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
emissary-8.0.0-M2
emissary-8.0.0-M1
7.19.x
emissary-7.19.1
emissary-7.19.0
7.18.x
emissary-7.18.0
7.17.x
emissary-7.17.1
emissary-7.17.0
7.16.x
emissary-7.16.0
7.15.x
emissary-7.15.0
7.14.x
emissary-7.14.0
7.13.x
emissary-7.13.0
7.12.x
emissary-7.12.0
7.11.x
emissary-7.11.0
7.10.x
emissary-7.10.0
7.9.x
emissary-7.9.0
7.8.x
emissary-7.8.0
7.7.x
emissary-7.7.0
7.6.x
emissary-7.6.0
7.5.x
emissary-7.5.0
7.4.x
emissary-7.4.0
7.3.x
emissary-7.3.0
7.2.x
emissary-7.2.0
7.1.x
emissary-7.1.0
7.0.x
emissary-7.0.0

How to add a dependency to Maven

Add the following gov.nsa : emissary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.nsa</groupId>
    <artifactId>emissary</artifactId>
    <version>8.0.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.nsa : emissary gradle dependency to your build.gradle file:

implementation 'gov.nsa:emissary:8.0.0-M2'

Gradle Kotlin DSL: Add the following gov.nsa : emissary gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.nsa:emissary:8.0.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.nsa : emissary sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.nsa" % "emissary" % "8.0.0-M2"

Advertisement