GroupId | GroupIdcom.github.xyz-fly |
---|---|
ArtifactId | ArtifactIdalbumcore |
Version | Version0.9.6 |
Type | Typeaar |
Filename | Size |
---|---|
albumcore-0.9.6.pom | |
albumcore-0.9.6-sources.jar | 8 KB |
albumcore-0.9.6-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xyz-fly/albumcore/ -->
<dependency>
<groupId>com.github.xyz-fly</groupId>
<artifactId>albumcore</artifactId>
<version>0.9.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xyz-fly/albumcore/
implementation 'com.github.xyz-fly:albumcore:0.9.6'
// https://jarcasting.com/artifacts/com.github.xyz-fly/albumcore/
implementation ("com.github.xyz-fly:albumcore:0.9.6")
'com.github.xyz-fly:albumcore:aar:0.9.6'
<dependency org="com.github.xyz-fly" name="albumcore" rev="0.9.6">
<artifact name="albumcore" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.xyz-fly', module='albumcore', version='0.9.6')
)
libraryDependencies += "com.github.xyz-fly" % "albumcore" % "0.9.6"
[com.github.xyz-fly/albumcore "0.9.6"]