GroupId | GroupIdio.github.cbtp.totem |
---|---|
ArtifactId | ArtifactIdsupport |
Version | Version0.0.1-alpha01 |
Type | Typeaar |
Filename | Size |
---|---|
support-0.0.1-alpha01.pom | |
support-0.0.1-alpha01-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cbtp.totem/support/ -->
<dependency>
<groupId>io.github.cbtp.totem</groupId>
<artifactId>support</artifactId>
<version>0.0.1-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.cbtp.totem/support/
implementation 'io.github.cbtp.totem:support:0.0.1-alpha01'
// https://jarcasting.com/artifacts/io.github.cbtp.totem/support/
implementation ("io.github.cbtp.totem:support:0.0.1-alpha01")
'io.github.cbtp.totem:support:aar:0.0.1-alpha01'
<dependency org="io.github.cbtp.totem" name="support" rev="0.0.1-alpha01">
<artifact name="support" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.cbtp.totem', module='support', version='0.0.1-alpha01')
)
libraryDependencies += "io.github.cbtp.totem" % "support" % "0.0.1-alpha01"
[io.github.cbtp.totem/support "0.0.1-alpha01"]