License |
License |
---|---|
GroupId | GroupIdcom.github.tntkhang |
ArtifactId | ArtifactIdpreferences-helper |
Version | Version1.1.0 |
Type | Typeaar |
Description |
Descriptionpreferences-helper
Android Library to make easy to config and using SharePreferences
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
preferences-helper-1.1.0.pom | |
preferences-helper-1.1.0.aar | 18 KB |
preferences-helper-1.1.0-sources.jar | 1 KB |
preferences-helper-1.1.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tntkhang/preferences-helper/ -->
<dependency>
<groupId>com.github.tntkhang</groupId>
<artifactId>preferences-helper</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntkhang/preferences-helper/
implementation 'com.github.tntkhang:preferences-helper:1.1.0'
// https://jarcasting.com/artifacts/com.github.tntkhang/preferences-helper/
implementation ("com.github.tntkhang:preferences-helper:1.1.0")
'com.github.tntkhang:preferences-helper:aar:1.1.0'
<dependency org="com.github.tntkhang" name="preferences-helper" rev="1.1.0">
<artifact name="preferences-helper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntkhang', module='preferences-helper', version='1.1.0')
)
libraryDependencies += "com.github.tntkhang" % "preferences-helper" % "1.1.0"
[com.github.tntkhang/preferences-helper "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 26.1.0 |
com.google.code.gson : gson | jar | 2.8.2 |