is not current version
Last Version 4.2.4-P1

com.github.estuaryoss:agent 4.2.0

RestAPI service which runs shell commands via REST API

GroupId

GroupId

com.github.estuaryoss
ArtifactId

ArtifactId

agent
Version

Version

4.2.0
Type

Type

jar

Download agent 4.2.0


<!-- https://jarcasting.com/artifacts/com.github.estuaryoss/agent/ -->
<dependency>
    <groupId>com.github.estuaryoss</groupId>
    <artifactId>agent</artifactId>
    <version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.estuaryoss/agent/
implementation 'com.github.estuaryoss:agent:4.2.0'
// https://jarcasting.com/artifacts/com.github.estuaryoss/agent/
implementation ("com.github.estuaryoss:agent:4.2.0")
'com.github.estuaryoss:agent:jar:4.2.0'
<dependency org="com.github.estuaryoss" name="agent" rev="4.2.0">
  <artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.estuaryoss', module='agent', version='4.2.0')
)
libraryDependencies += "com.github.estuaryoss" % "agent" % "4.2.0"
[com.github.estuaryoss/agent "4.2.0"]