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