Categories |
CategoriesIDE Development Tools Data |
---|---|
GroupId | GroupIdcom.ericchee |
ArtifactId | ArtifactIdsongdataprovider |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
songdataprovider-1.0.6.pom | |
songdataprovider-1.0.6-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ericchee/songdataprovider/ -->
<dependency>
<groupId>com.ericchee</groupId>
<artifactId>songdataprovider</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ericchee/songdataprovider/
implementation 'com.ericchee:songdataprovider:1.0.6'
// https://jarcasting.com/artifacts/com.ericchee/songdataprovider/
implementation ("com.ericchee:songdataprovider:1.0.6")
'com.ericchee:songdataprovider:aar:1.0.6'
<dependency org="com.ericchee" name="songdataprovider" rev="1.0.6">
<artifact name="songdataprovider" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ericchee', module='songdataprovider', version='1.0.6')
)
libraryDependencies += "com.ericchee" % "songdataprovider" % "1.0.6"
[com.ericchee/songdataprovider "1.0.6"]