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