MVN

com.github.estuaryoss : agent

Maven & Gradle

Mar 31, 2023
3 stars

Estuary Agent · RestAPI service which runs shell commands via REST API

<dependency>
    <groupId>com.github.estuaryoss</groupId>
    <artifactId>agent</artifactId>
    <version>4.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.estuaryoss : agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.6

All Versions

Choose a version of com.github.estuaryoss : agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
agent-4.2.6
agent-4.2.5-P1
agent-4.2.5
agent-4.2.4-P1
agent-4.2.4
agent-4.2.3-P1
agent-4.2.3
agent-4.2.2
agent-4.2.1
agent-4.2.0

How to add a dependency to Maven

Add the following com.github.estuaryoss : agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.estuaryoss</groupId>
    <artifactId>agent</artifactId>
    <version>4.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.estuaryoss : agent gradle dependency to your build.gradle file:

implementation 'com.github.estuaryoss:agent:4.2.6'

Gradle Kotlin DSL: Add the following com.github.estuaryoss : agent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.estuaryoss:agent:4.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.estuaryoss : agent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.estuaryoss" % "agent" % "4.2.6"

Advertisement