GroupId | GroupIdio.github.aliceapps |
---|---|
ArtifactId | ArtifactIdcustom-preferences |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
custom-preferences-1.0.pom | |
custom-preferences-1.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.aliceapps/custom-preferences/ -->
<dependency>
<groupId>io.github.aliceapps</groupId>
<artifactId>custom-preferences</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.aliceapps/custom-preferences/
implementation 'io.github.aliceapps:custom-preferences:1.0'
// https://jarcasting.com/artifacts/io.github.aliceapps/custom-preferences/
implementation ("io.github.aliceapps:custom-preferences:1.0")
'io.github.aliceapps:custom-preferences:aar:1.0'
<dependency org="io.github.aliceapps" name="custom-preferences" rev="1.0">
<artifact name="custom-preferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.aliceapps', module='custom-preferences', version='1.0')
)
libraryDependencies += "io.github.aliceapps" % "custom-preferences" % "1.0"
[io.github.aliceapps/custom-preferences "1.0"]