GroupId | GroupIdio.github.bbggo |
---|---|
ArtifactId | ArtifactIdhook |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
hook-1.0.0.pom | |
hook-1.0.0-sources.jar | 3 KB |
hook-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bbggo/hook/ -->
<dependency>
<groupId>io.github.bbggo</groupId>
<artifactId>hook</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bbggo/hook/
implementation 'io.github.bbggo:hook:1.0.0'
// https://jarcasting.com/artifacts/io.github.bbggo/hook/
implementation ("io.github.bbggo:hook:1.0.0")
'io.github.bbggo:hook:aar:1.0.0'
<dependency org="io.github.bbggo" name="hook" rev="1.0.0">
<artifact name="hook" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.bbggo', module='hook', version='1.0.0')
)
libraryDependencies += "io.github.bbggo" % "hook" % "1.0.0"
[io.github.bbggo/hook "1.0.0"]