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
- Host: GitHub
- URL: https://github.com/no-hassle/java-commons
- Owner: no-hassle
- License: apache-2.0
- Created: 2014-02-21T08:25:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T22:11:41.000Z (about 8 years ago)
- Last Synced: 2024-09-29T09:20:07.870Z (over 1 year ago)
- Topics: jar, java, protobuf, protoc
- Language: Java
- Homepage:
- Size: 24.8 MB
- Stars: 4
- Watchers: 25
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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