An open API service indexing awesome lists of open source software.

https://github.com/no-hassle/java-commons

Common components used in comms
https://github.com/no-hassle/java-commons

jar java protobuf protoc

Last synced: about 1 year ago
JSON representation

Common components used in comms

Awesome Lists containing this project

README

          

java-commons
============

This is a collection of Java components that have proven useful across
different code repositories, initially in the Telenor Digital (née
Comoyo) Communications group.

The list of components currently reads as follows:

* [pb-json](pb-json) Hassle-free conversion from Protobuf to JSON and back
* [protoc-bundled-plugin](protoc-bundled-plugin) Batteries included Protobuf compiler plugin for Maven
* [emjar](emjar) Class loader and supporting cast for using jar-in-jar embedded archives as part of classpath
* [emjar-maven-plugin](emjar-maven-plugin) Generate EmJar-enabled bundle archives from Maven
* [emjar-demo](emjar-demo) EmJar alternatives overview