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

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

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)