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