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