argus-file-store

Kotlin Multiplatform Argus File Store

License

License

GroupId

GroupId

com.pajato.argus
ArtifactId

ArtifactId

argus-file-store
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

argus-file-store
Kotlin Multiplatform Argus File Store
Project URL

Project URL

https://github.com/pajato/argus-file-store
Project Organization

Project Organization

Pajato Technologies LLC
Source Code Management

Source Code Management

https://github.com/pajato/argus-file-store

Download argus-file-store

How to add to project

<!-- https://jarcasting.com/artifacts/com.pajato.argus/argus-file-store/ -->
<dependency>
    <groupId>com.pajato.argus</groupId>
    <artifactId>argus-file-store</artifactId>
    <version>0.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pajato.argus/argus-file-store/
implementation 'com.pajato.argus:argus-file-store:0.0.3'
// https://jarcasting.com/artifacts/com.pajato.argus/argus-file-store/
implementation ("com.pajato.argus:argus-file-store:0.0.3")
'com.pajato.argus:argus-file-store:pom:0.0.3'
<dependency org="com.pajato.argus" name="argus-file-store" rev="0.0.3">
  <artifact name="argus-file-store" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pajato.argus', module='argus-file-store', version='0.0.3')
)
libraryDependencies += "com.pajato.argus" % "argus-file-store" % "0.0.3"
[com.pajato.argus/argus-file-store "0.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

argus-file-store

A transaction journaling database for Argus movies

This project provides sample code that persists Argus movie objects. See the repo argus-store-android as it demonstrates library usage.

The persistence model is known as journaling transactions, transaction logging and System Prevalence (see Wikepedia: https://en.wikipedia.org/wiki/System_prevalence)

The current Kotlin multi-platform release is JVM only.

For JVM: "com.pajato.argus:argus-file-store-jvm:0.0.3"

See Testing and Coverage reports.

com.pajato.argus

Versions

Version
0.0.3
0.0.2