GroupId | GroupIdio.github.wonderandroid |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.0.6.3.123 |
Type | Typeaar |
Filename | Size |
---|---|
common-1.0.6.3.123.pom | |
common-1.0.6.3.123.aar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wonderandroid/common/ -->
<dependency>
<groupId>io.github.wonderandroid</groupId>
<artifactId>common</artifactId>
<version>1.0.6.3.123</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wonderandroid/common/
implementation 'io.github.wonderandroid:common:1.0.6.3.123'
// https://jarcasting.com/artifacts/io.github.wonderandroid/common/
implementation ("io.github.wonderandroid:common:1.0.6.3.123")
'io.github.wonderandroid:common:aar:1.0.6.3.123'
<dependency org="io.github.wonderandroid" name="common" rev="1.0.6.3.123">
<artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.wonderandroid', module='common', version='1.0.6.3.123')
)
libraryDependencies += "io.github.wonderandroid" % "common" % "1.0.6.3.123"
[io.github.wonderandroid/common "1.0.6.3.123"]