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