diff --git a/README.md b/README.md index 92df4ed..07ffa04 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,34 @@ to store and work with POJO's directly. An example can be found in the tests [here](common/src/test/java/net/itskev/persistenceframework/common/service/DefaultMongoDbServiceTest.java). +## Usage +### Gradle +```java +repositories { + maven(url = "https://jitpack.io") +} + +dependencies { + implementation("com.github.itskev:persistence-framework:v1.0.0") +} +``` + +### Maven +```xml + + + jitpack.io + https://jitpack.io + + + + + com.github.ItsKev + persistence-framework + v1.0.0 + +``` + ## Environment variables | Name | Description | |---|---|