Last Version

Example Application 0.0.1

A application used as an example on how to set up pushing its components to the Central Repository.

License

License

GroupId

GroupId

io.github.tencentmusic
ArtifactId

ArtifactId

test
Version

Version

0.0.1
Type

Type

aar
Description

Description

Example Application
A application used as an example on how to set up pushing its components to the Central Repository.

Download test 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.tencentmusic/test/ -->
<dependency>
    <groupId>io.github.tencentmusic</groupId>
    <artifactId>test</artifactId>
    <version>0.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tencentmusic/test/
implementation 'io.github.tencentmusic:test:0.0.1'
// https://jarcasting.com/artifacts/io.github.tencentmusic/test/
implementation ("io.github.tencentmusic:test:0.0.1")
'io.github.tencentmusic:test:aar:0.0.1'
<dependency org="io.github.tencentmusic" name="test" rev="0.0.1">
  <artifact name="test" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tencentmusic', module='test', version='0.0.1')
)
libraryDependencies += "io.github.tencentmusic" % "test" % "0.0.1"
[io.github.tencentmusic/test "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.3.0

Project Modules

There are no modules declared in this project.