License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.dpforge |
ArtifactId | ArtifactIdautoprefs |
Version | Version1.0.2 |
Type | Typeaar |
Description |
Descriptionautoprefs
autoprefs library for convenient use of SharedPreferences
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autoprefs-1.0.2.pom | |
autoprefs-1.0.2.aar | 9 KB |
autoprefs-1.0.2-sources.jar | 5 KB |
autoprefs-1.0.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dpforge/autoprefs/ -->
<dependency>
<groupId>com.dpforge</groupId>
<artifactId>autoprefs</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dpforge/autoprefs/
implementation 'com.dpforge:autoprefs:1.0.2'
// https://jarcasting.com/artifacts/com.dpforge/autoprefs/
implementation ("com.dpforge:autoprefs:1.0.2")
'com.dpforge:autoprefs:aar:1.0.2'
<dependency org="com.dpforge" name="autoprefs" rev="1.0.2">
<artifact name="autoprefs" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dpforge', module='autoprefs', version='1.0.2')
)
libraryDependencies += "com.dpforge" % "autoprefs" % "1.0.2"
[com.dpforge/autoprefs "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-annotations | jar | 27.1.1 |