License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.onyxdevtools |
ArtifactId | ArtifactIdonyx-database |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiononyx-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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
onyx-database-2.2.1.pom | |
onyx-database-2.2.1.jar | 858 KB |
onyx-database-2.2.1-sources.jar | 6 KB |
onyx-database-2.2.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database/ -->
<dependency>
<groupId>com.onyxdevtools</groupId>
<artifactId>onyx-database</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database/
implementation 'com.onyxdevtools:onyx-database:2.2.1'
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database/
implementation ("com.onyxdevtools:onyx-database:2.2.1")
'com.onyxdevtools:onyx-database:jar:2.2.1'
<dependency org="com.onyxdevtools" name="onyx-database" rev="2.2.1">
<artifact name="onyx-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onyxdevtools', module='onyx-database', version='2.2.1')
)
libraryDependencies += "com.onyxdevtools" % "onyx-database" % "2.2.1"
[com.onyxdevtools/onyx-database "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.10 |