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