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