GroupId | GroupIdio.verniv.support |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
base-1.0.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.verniv.support/base/ -->
<dependency>
<groupId>io.verniv.support</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.verniv.support/base/
implementation 'io.verniv.support:base:1.0.1'
// https://jarcasting.com/artifacts/io.verniv.support/base/
implementation ("io.verniv.support:base:1.0.1")
'io.verniv.support:base:aar:1.0.1'
<dependency org="io.verniv.support" name="base" rev="1.0.1">
<artifact name="base" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.verniv.support', module='base', version='1.0.1')
)
libraryDependencies += "io.verniv.support" % "base" % "1.0.1"
[io.verniv.support/base "1.0.1"]