| GroupId | GroupIdcom.hiddenstage.easysharedpreferences |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.1.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-0.1.1.pom | |
| library-0.1.1.aar | 3 KB |
| library-0.1.1-sources.jar | 261 bytes |
| library-0.1.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hiddenstage.easysharedpreferences/library/ -->
<dependency>
<groupId>com.hiddenstage.easysharedpreferences</groupId>
<artifactId>library</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hiddenstage.easysharedpreferences/library/
implementation 'com.hiddenstage.easysharedpreferences:library:0.1.1'
// https://jarcasting.com/artifacts/com.hiddenstage.easysharedpreferences/library/
implementation ("com.hiddenstage.easysharedpreferences:library:0.1.1")
'com.hiddenstage.easysharedpreferences:library:aar:0.1.1'
<dependency org="com.hiddenstage.easysharedpreferences" name="library" rev="0.1.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hiddenstage.easysharedpreferences', module='library', version='0.1.1')
)
libraryDependencies += "com.hiddenstage.easysharedpreferences" % "library" % "0.1.1"
[com.hiddenstage.easysharedpreferences/library "0.1.1"]