| GroupId | GroupIdcom.github.dinuta.estuary |
|---|---|
| ArtifactId | ArtifactIdagent |
| Version | Version4.0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| agent-4.0.9.pom | |
| agent-4.0.9.jar | 103 KB |
| agent-4.0.9-sources.jar | 53 KB |
| agent-4.0.9-javadoc.jar | 738 KB |
| agent-4.0.9-jar-with-dependencies.jar | 52 MB |
| agent-4.0.9-exec.jar | 53 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dinuta.estuary/agent/ -->
<dependency>
<groupId>com.github.dinuta.estuary</groupId>
<artifactId>agent</artifactId>
<version>4.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dinuta.estuary/agent/
implementation 'com.github.dinuta.estuary:agent:4.0.9'
// https://jarcasting.com/artifacts/com.github.dinuta.estuary/agent/
implementation ("com.github.dinuta.estuary:agent:4.0.9")
'com.github.dinuta.estuary:agent:jar:4.0.9'
<dependency org="com.github.dinuta.estuary" name="agent" rev="4.0.9">
<artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dinuta.estuary', module='agent', version='4.0.9')
)
libraryDependencies += "com.github.dinuta.estuary" % "agent" % "4.0.9"
[com.github.dinuta.estuary/agent "4.0.9"]