is not current version
Last Version 4.1.2

com.github.dinuta.estuary:agent 4.1.0

RestAPI service which runs shell commands via REST API

GroupId

GroupId

com.github.dinuta.estuary
ArtifactId

ArtifactId

agent
Version

Version

4.1.0
Type

Type

jar

Download agent 4.1.0


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