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

https://github.com/stempler/gradle-versioneye-multiproject

Multi-project test project for gradle-versioneye-plugin based on Gradle Java multiproject example
https://github.com/stempler/gradle-versioneye-multiproject

Last synced: 2 months ago
JSON representation

Multi-project test project for gradle-versioneye-plugin based on Gradle Java multiproject example

Awesome Lists containing this project

README

        

This sample demonstrates how an application can be composed using multiple Java projects.

This build creates a client-server application which is distributed as 2 archives. First, there is a client
ZIP which includes an API JAR, which a 3rd party application would compile against, and a client runtime. Then,
there is a server WAR which provides a web service.