An open API service indexing awesome lists of open source software.

https://github.com/mcparkournet/octenace

Universal object-document mapping interface
https://github.com/mcparkournet/octenace

java mapper object-document-mapper odm

Last synced: 5 months ago
JSON representation

Universal object-document mapping interface

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/mcparkournet/octenace.svg?branch=master)](https://travis-ci.org/mcparkournet/octenace)
[![Download](https://api.bintray.com/packages/mcparkour/maven-public/octenace/images/download.svg)](https://bintray.com/mcparkour/maven-public/octenace/_latestVersion)

# Octenace

Universal object-document mapping interface.

## Usage

```kotlin
repositories {
jcenter()
}

dependencies {
implementation("net.mcparkour:octenace:1.0.3")
}
```