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