| GroupId | GroupIdcom.github.estuaryoss |
|---|---|
| ArtifactId | ArtifactIdagent |
| Version | Version4.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| agent-4.2.0.pom | |
| agent-4.2.0.jar | 122 KB |
| agent-4.2.0-sources.jar | 63 KB |
| agent-4.2.0-javadoc.jar | 780 KB |
| agent-4.2.0-jar-with-dependencies.jar | 50 MB |
| agent-4.2.0-exec.jar | 53 MB |
| Browse |
<!-- 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"]