| GroupId | GroupIdcom.hiddenstage.easysharedpreferences |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.1.0-STAGING |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-0.1.0-STAGING.pom | |
| library-0.1.0-STAGING.aar | 3 KB |
| library-0.1.0-STAGING-sources.jar | 261 bytes |
| library-0.1.0-STAGING-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.0-STAGING</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hiddenstage.easysharedpreferences/library/
implementation 'com.hiddenstage.easysharedpreferences:library:0.1.0-STAGING'
// https://jarcasting.com/artifacts/com.hiddenstage.easysharedpreferences/library/
implementation ("com.hiddenstage.easysharedpreferences:library:0.1.0-STAGING")
'com.hiddenstage.easysharedpreferences:library:aar:0.1.0-STAGING'
<dependency org="com.hiddenstage.easysharedpreferences" name="library" rev="0.1.0-STAGING">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hiddenstage.easysharedpreferences', module='library', version='0.1.0-STAGING')
)
libraryDependencies += "com.hiddenstage.easysharedpreferences" % "library" % "0.1.0-STAGING"
[com.hiddenstage.easysharedpreferences/library "0.1.0-STAGING"]