is not current version
Last Version 2.2.0

nl.qbusict:cupboard 1.0.5

Cupboard is a library for Android that makes persistence of objects easier.

GroupId

GroupId

nl.qbusict
ArtifactId

ArtifactId

cupboard
Version

Version

1.0.5
Type

Type

jar

Download cupboard 1.0.5


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