GroupId | GroupIdio.github.bookzhan |
---|---|
ArtifactId | ArtifactIdbzcommon |
Version | Version1.1.14 |
Type | Typeaar |
Filename | Size |
---|---|
bzcommon-1.1.14.pom | |
bzcommon-1.1.14.aar | 71 KB |
bzcommon-1.1.14-sources.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bookzhan/bzcommon/ -->
<dependency>
<groupId>io.github.bookzhan</groupId>
<artifactId>bzcommon</artifactId>
<version>1.1.14</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bookzhan/bzcommon/
implementation 'io.github.bookzhan:bzcommon:1.1.14'
// https://jarcasting.com/artifacts/io.github.bookzhan/bzcommon/
implementation ("io.github.bookzhan:bzcommon:1.1.14")
'io.github.bookzhan:bzcommon:aar:1.1.14'
<dependency org="io.github.bookzhan" name="bzcommon" rev="1.1.14">
<artifact name="bzcommon" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.bookzhan', module='bzcommon', version='1.1.14')
)
libraryDependencies += "io.github.bookzhan" % "bzcommon" % "1.1.14"
[io.github.bookzhan/bzcommon "1.1.14"]