| License |
License |
|---|---|
| GroupId | GroupIdcom.github.anupcowkur |
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.1 |
| Type | Typeaar |
| Description |
DescriptionReservoir
Android library to easily serialize and persist your objects on disk using key/value pairs.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-1.1.pom | |
| library-1.1.aar | 410 KB |
| library-1.1-sources.jar | 4 KB |
| library-1.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.anupcowkur/library/ -->
<dependency>
<groupId>com.github.anupcowkur</groupId>
<artifactId>library</artifactId>
<version>1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.anupcowkur/library/
implementation 'com.github.anupcowkur:library:1.1'
// https://jarcasting.com/artifacts/com.github.anupcowkur/library/
implementation ("com.github.anupcowkur:library:1.1")
'com.github.anupcowkur:library:aar:1.1'
<dependency org="com.github.anupcowkur" name="library" rev="1.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.anupcowkur', module='library', version='1.1')
)
libraryDependencies += "com.github.anupcowkur" % "library" % "1.1"
[com.github.anupcowkur/library "1.1"]