License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.acidmanic |
ArtifactId | ArtifactIdlightweight-jsonstorage |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlightweight-jsonstorage
My Laziest way for saving objects on disk whithout using an actual orm database!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.acidmanic/lightweight-jsonstorage/ -->
<dependency>
<groupId>com.acidmanic</groupId>
<artifactId>lightweight-jsonstorage</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.acidmanic/lightweight-jsonstorage/
implementation 'com.acidmanic:lightweight-jsonstorage:1.0.0'
// https://jarcasting.com/artifacts/com.acidmanic/lightweight-jsonstorage/
implementation ("com.acidmanic:lightweight-jsonstorage:1.0.0")
'com.acidmanic:lightweight-jsonstorage:jar:1.0.0'
<dependency org="com.acidmanic" name="lightweight-jsonstorage" rev="1.0.0">
<artifact name="lightweight-jsonstorage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acidmanic', module='lightweight-jsonstorage', version='1.0.0')
)
libraryDependencies += "com.acidmanic" % "lightweight-jsonstorage" % "1.0.0"
[com.acidmanic/lightweight-jsonstorage "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.acidmanic : lightweight-logger | jar | 1.1.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.1 |