| Группа | Группаcom.github.estuaryoss |
|---|---|
| Идентификатор | Идентификаторagent |
| Версия | Версия4.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| agent-4.2.1.pom | |
| agent-4.2.1.jar | 126 KB |
| agent-4.2.1-sources.jar | 65 KB |
| agent-4.2.1-javadoc.jar | 787 KB |
| agent-4.2.1-jar-with-dependencies.jar | 50 MB |
| agent-4.2.1-exec.jar | 53 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.estuaryoss/agent/ -->
<dependency>
<groupId>com.github.estuaryoss</groupId>
<artifactId>agent</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.estuaryoss/agent/
implementation 'com.github.estuaryoss:agent:4.2.1'
// https://jarcasting.com/artifacts/com.github.estuaryoss/agent/
implementation ("com.github.estuaryoss:agent:4.2.1")
'com.github.estuaryoss:agent:jar:4.2.1'
<dependency org="com.github.estuaryoss" name="agent" rev="4.2.1">
<artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.estuaryoss', module='agent', version='4.2.1')
)
libraryDependencies += "com.github.estuaryoss" % "agent" % "4.2.1"
[com.github.estuaryoss/agent "4.2.1"]