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