is not current version
Last Version 2.2.0

nl.qbusict:cupboard 2.1.3

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

GroupId

GroupId

nl.qbusict
ArtifactId

ArtifactId

cupboard
Version

Version

2.1.3
Type

Type

jar

Download cupboard 2.1.3


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