| License |
License |
|---|---|
| GroupId | GroupIdcom.devahoy |
| ArtifactId | ArtifactIdshared |
| Version | Version0.0.1 |
| Type | Typeaar |
| Description |
DescriptionShared
A Simple Android SharedPreferences
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| shared-0.0.1.pom | |
| shared-0.0.1.aar | 51 KB |
| shared-0.0.1-sources.jar | 1 KB |
| shared-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.devahoy/shared/ -->
<dependency>
<groupId>com.devahoy</groupId>
<artifactId>shared</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.devahoy/shared/
implementation 'com.devahoy:shared:0.0.1'
// https://jarcasting.com/artifacts/com.devahoy/shared/
implementation ("com.devahoy:shared:0.0.1")
'com.devahoy:shared:aar:0.0.1'
<dependency org="com.devahoy" name="shared" rev="0.0.1">
<artifact name="shared" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.devahoy', module='shared', version='0.0.1')
)
libraryDependencies += "com.devahoy" % "shared" % "0.0.1"
[com.devahoy/shared "0.0.1"]