Tomoko
How to make PATCH in REST easy to manage or in other words RFC 6902 made Java friendly.
For tutorials, detailed documentation and examples go to the official Tomoko site.
Maven
Newest version can be found here.
- Jackson variant
<dependency>
<groupId>io.qubite.tomoko</groupId>
<artifactId>tomoko-jackson</artifactId>
<version>1.0.0</version>
</dependency>
- Gson variant
<dependency>
<groupId>io.qubite.tomoko</groupId>
<artifactId>tomoko-gson</artifactId>
<version>1.0.0</version>
</dependency>
License
This project is licensed under the MIT License - see the LICENSE.md file for details.