Skip to content

Koboo/en2do

Repository files navigation

en2do

Discord Maven

en2do is short for Entity-To-Document, is heavily inspired by Spring Data and only works with MongoDB.

Links

Use as dependency

en2do is published on maven central.

Maven

<dependency>
    <groupId>eu.koboo</groupId>
    <artifactId>en2do</artifactId>
    <version>3.2.0</version>
</dependency>

Gradle Groovy

implementation 'eu.koboo:en2do:3.2.0'

Gradle Kotlin

implementation("eu.koboo:en2do:3.2.0")

References