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