Files download
File Operation
onyx-database-1.3.1.jar download
onyx-database-1.3.1.pom download
onyx-database-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.onyxdevtools</groupId>
  <artifactId>onyx-database</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.onyxdevtools:onyx-database:1.3.1'
Gradle Kotlin
implementation("com.onyxdevtools:onyx-database:1.3.1")
Scala SBT
libraryDependencies += "com.onyxdevtools" % "onyx-database" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.onyxdevtools', module='onyx-database', version='1.3.1')
)
Apache Ivy
<dependency org="com.onyxdevtools" name="onyx-database" rev="1.3.1" />
Leiningen
[com.onyxdevtools/onyx-database "1.3.1"]
Apache Buildr
'com.onyxdevtools:onyx-database:jar:1.3.1'