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