is not current version
Last Version 1.0.2

com.dpforge:autoprefs 1.0.0

autoprefs library for convenient use of SharedPreferences

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.dpforge
ArtifactId

ArtifactId

autoprefs
Version

Version

1.0.0
Type

Type

aar

Download autoprefs 1.0.0


<!-- https://jarcasting.com/artifacts/com.dpforge/autoprefs/ -->
<dependency>
    <groupId>com.dpforge</groupId>
    <artifactId>autoprefs</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dpforge/autoprefs/
implementation 'com.dpforge:autoprefs:1.0.0'
// https://jarcasting.com/artifacts/com.dpforge/autoprefs/
implementation ("com.dpforge:autoprefs:1.0.0")
'com.dpforge:autoprefs:aar:1.0.0'
<dependency org="com.dpforge" name="autoprefs" rev="1.0.0">
  <artifact name="autoprefs" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dpforge', module='autoprefs', version='1.0.0')
)
libraryDependencies += "com.dpforge" % "autoprefs" % "1.0.0"
[com.dpforge/autoprefs "1.0.0"]