is not current version
Last Version 1.0.1

com.github.nikolaymenzhulin:simple-storage 1.0.0

The simple file-based data storage for your objects that converts and contains it as bytes in files.

GroupId

GroupId

com.github.nikolaymenzhulin
ArtifactId

ArtifactId

simple-storage
Version

Version

1.0.0
Type

Type

aar

Download simple-storage 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.nikolaymenzhulin/simple-storage/ -->
<dependency>
    <groupId>com.github.nikolaymenzhulin</groupId>
    <artifactId>simple-storage</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikolaymenzhulin/simple-storage/
implementation 'com.github.nikolaymenzhulin:simple-storage:1.0.0'
// https://jarcasting.com/artifacts/com.github.nikolaymenzhulin/simple-storage/
implementation ("com.github.nikolaymenzhulin:simple-storage:1.0.0")
'com.github.nikolaymenzhulin:simple-storage:aar:1.0.0'
<dependency org="com.github.nikolaymenzhulin" name="simple-storage" rev="1.0.0">
  <artifact name="simple-storage" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikolaymenzhulin', module='simple-storage', version='1.0.0')
)
libraryDependencies += "com.github.nikolaymenzhulin" % "simple-storage" % "1.0.0"
[com.github.nikolaymenzhulin/simple-storage "1.0.0"]