GroupId | GroupIdio.github.pavlozorya |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.1.5 |
Type | Typeaar |
Filename | Size |
---|---|
common-0.1.5.pom | |
common-0.1.5.aar | 97 KB |
common-0.1.5-sources.jar | 5 KB |
common-0.1.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pavlozorya/common/ -->
<dependency>
<groupId>io.github.pavlozorya</groupId>
<artifactId>common</artifactId>
<version>0.1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pavlozorya/common/
implementation 'io.github.pavlozorya:common:0.1.5'
// https://jarcasting.com/artifacts/io.github.pavlozorya/common/
implementation ("io.github.pavlozorya:common:0.1.5")
'io.github.pavlozorya:common:aar:0.1.5'
<dependency org="io.github.pavlozorya" name="common" rev="0.1.5">
<artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.pavlozorya', module='common', version='0.1.5')
)
libraryDependencies += "io.github.pavlozorya" % "common" % "0.1.5"
[io.github.pavlozorya/common "0.1.5"]