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
- Host: GitHub
- URL: https://github.com/mcparkournet/octenace
- Owner: mcparkournet
- License: mit
- Created: 2020-04-01T14:01:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T19:42:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T17:49:52.220Z (11 months ago)
- Topics: java, mapper, object-document-mapper, odm
- Language: Java
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/mcparkournet/octenace)
[](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")
}
```