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