is not current version
Last Version 0.9.9

com.github.xyz-fly:albumcore 0.9.7

A description of what my library does.

GroupId

GroupId

com.github.xyz-fly
ArtifactId

ArtifactId

albumcore
Version

Version

0.9.7
Type

Type

aar

Download albumcore 0.9.7


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