GroupId | GroupIdio.github.majianzheng |
---|---|
ArtifactId | ArtifactIdjarboot-agent |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jarboot-agent-1.0.3.pom | |
jarboot-agent-1.0.3.jar | 6 KB |
jarboot-agent-1.0.3-sources.jar | 2 KB |
jarboot-agent-1.0.3-javadoc.jar | 29 KB |
jarboot-agent-1.0.3-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-agent/ -->
<dependency>
<groupId>io.github.majianzheng</groupId>
<artifactId>jarboot-agent</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-agent/
implementation 'io.github.majianzheng:jarboot-agent:1.0.3'
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-agent/
implementation ("io.github.majianzheng:jarboot-agent:1.0.3")
'io.github.majianzheng:jarboot-agent:jar:1.0.3'
<dependency org="io.github.majianzheng" name="jarboot-agent" rev="1.0.3">
<artifact name="jarboot-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.majianzheng', module='jarboot-agent', version='1.0.3')
)
libraryDependencies += "io.github.majianzheng" % "jarboot-agent" % "1.0.3"
[io.github.majianzheng/jarboot-agent "1.0.3"]