MVN

com.onyxdevtools : onyx-web-database

Maven & Gradle

Jul 01, 2022
1 usages
10 stars

onyx-web-database · Onyx Database is a graph database that is written in Kotlin and supports Java and Android. It is designed to be lightweight and easy to use. Features include in memory database, embedded, and remote server. It leverages its own ORM and storage.

<dependency>
    <groupId>com.onyxdevtools</groupId>
    <artifactId>onyx-web-database</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.onyxdevtools : onyx-web-database to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of com.onyxdevtools : onyx-web-database to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
onyx-web-database-2.2.3
onyx-web-database-2.2.1
onyx-web-database-2.2.0
2.1.x
onyx-web-database-2.1.5
onyx-web-database-2.1.4
onyx-web-database-2.1.3
onyx-web-database-2.1.2
onyx-web-database-2.1.1
onyx-web-database-2.1.0
2.0.x
onyx-web-database-2.0.0
onyx-web-database-2.0.0rc4
onyx-web-database-2.0.0rc3
onyx-web-database-2.0.0rc2
onyx-web-database-2.0.0rc1
1.4.x
onyx-web-database-1.4.2
onyx-web-database-1.4.1
onyx-web-database-1.4.0
1.3.x
onyx-web-database-1.3.1
onyx-web-database-1.3.0
1.2.x
onyx-web-database-1.2.3
onyx-web-database-1.2.2
onyx-web-database-1.2.1
onyx-web-database-1.2.0

How to add a dependency to Maven

Add the following com.onyxdevtools : onyx-web-database maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.onyxdevtools</groupId>
    <artifactId>onyx-web-database</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.onyxdevtools : onyx-web-database gradle dependency to your build.gradle file:

implementation 'com.onyxdevtools:onyx-web-database:2.2.3'

Gradle Kotlin DSL: Add the following com.onyxdevtools : onyx-web-database gradle kotlin dependency to your build.gradle.kts file:

implementation("com.onyxdevtools:onyx-web-database:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.onyxdevtools : onyx-web-database sbt scala dependency to your build.sbt file:

libraryDependencies += "com.onyxdevtools" % "onyx-web-database" % "2.2.3"

Advertisement