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