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