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