GroupId | GroupIdio.github.majianzheng |
---|---|
ArtifactId | ArtifactIdjarboot-spy |
Version | Version1.0.2 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jarboot-spy-1.0.2.pom | |
jarboot-spy-1.0.2.jar | 4 KB |
jarboot-spy-1.0.2-sources.jar | 1 KB |
jarboot-spy-1.0.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-spy/ -->
<dependency>
<groupId>io.github.majianzheng</groupId>
<artifactId>jarboot-spy</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-spy/
implementation 'io.github.majianzheng:jarboot-spy:1.0.2'
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-spy/
implementation ("io.github.majianzheng:jarboot-spy:1.0.2")
'io.github.majianzheng:jarboot-spy:jar:1.0.2'
<dependency org="io.github.majianzheng" name="jarboot-spy" rev="1.0.2">
<artifact name="jarboot-spy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.majianzheng', module='jarboot-spy', version='1.0.2')
)
libraryDependencies += "io.github.majianzheng" % "jarboot-spy" % "1.0.2"
[io.github.majianzheng/jarboot-spy "1.0.2"]