is not current version
Last Version 1026

io.github.aiuiplayer:common 1000

AIUI-Player-SDK

GroupId

GroupId

io.github.aiuiplayer
ArtifactId

ArtifactId

common
Version

Version

1000
Type

Type

aar

Download common 1000


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