Last active
March 1, 2017 03:22
-
-
Save cosbor11/ab445beb8fb08c7d5490 to your computer and use it in GitHub Desktop.
onyx remote database jar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <groupId>com.onyxdevtools.samples</groupId> | |
| <artifactId>onyx-database-server</artifactId> | |
| <packaging>jar</packaging> | |
| <dependencies> | |
| <dependency> | |
| <groupId>com.onyxdevtools</groupId> | |
| <artifactId>onyx-web-database</artifactId> | |
| <version>${onyx-database.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.onyxdevtools.samples</groupId> | |
| <artifactId>data-model</artifactId> | |
| <version>${project.version}</version> | |
| </dependency> | |
| </dependencies> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment