https://github.com/mrstahlfelge/ergoplatform-jackson
Model classes library to be used with Jackson and Spring
https://github.com/mrstahlfelge/ergoplatform-jackson
Last synced: 3 months ago
JSON representation
Model classes library to be used with Jackson and Spring
- Host: GitHub
- URL: https://github.com/mrstahlfelge/ergoplatform-jackson
- Owner: MrStahlfelge
- License: apache-2.0
- Created: 2022-07-19T19:00:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T15:26:38.000Z (over 2 years ago)
- Last Synced: 2025-02-06T03:29:47.415Z (4 months ago)
- Language: Java
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ergoplatform model library for jackson
This library provides Jackson serializer models for ErgoPay and ErgoAuth. Best suitable to be used
in Spring projects.The library modules are released on Jitpack. To add it to your environment, make sure Jitpack
is in your repositories list:allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}Add the library like follows:
implementation 'com.github.MrStahlfelge:ergoplatform-jackson:$version'