Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created March 1, 2017 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cosbor11/2201daba0664142e4aa0291f14c60001 to your computer and use it in GitHub Desktop.
Save cosbor11/2201daba0664142e4aa0291f14c60001 to your computer and use it in GitHub Desktop.
Onyx Remote Database dependency within maven pom
<groupId>com.onyxdevtools.samples</groupId>
<artifactId>onyx-database-server</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.onyxdevtools</groupId>
<artifactId>onyx-remote-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