https://github.com/gaocegege/scalapb-maven-example
Example of how to use ScalaPB from Maven
https://github.com/gaocegege/scalapb-maven-example
Last synced: 2 months ago
JSON representation
Example of how to use ScalaPB from Maven
- Host: GitHub
- URL: https://github.com/gaocegege/scalapb-maven-example
- Owner: gaocegege
- License: mit
- Created: 2016-07-27T03:00:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T03:02:48.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T15:48:10.301Z (4 months ago)
- Language: Protocol Buffer
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scalapb-maven-example
Example of how to use ScalaPB from Maven### Building
In the pom.xml you'll notice a dependency to the scalapbc artifact.
This is not deployed to Nexus Central.
You will need to build it locally before you can compile .proto-files with this sample.
It's located in the following repository:
[trueaccord/ScalaPB](https://github.com/trueaccord/ScalaPB)