onyx-database-tests

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.

License

License

Categories

Categories

Data
GroupId

GroupId

com.onyxdevtools
ArtifactId

ArtifactId

onyx-database-tests
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

pom
Description

Description

onyx-database-tests
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

http://onyx.dev
Source Code Management

Source Code Management

https://github.com/OnyxDevTools/onyx-database-parent

Download onyx-database-tests

How to add to project

<!-- https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database-tests/ -->
<dependency>
    <groupId>com.onyxdevtools</groupId>
    <artifactId>onyx-database-tests</artifactId>
    <version>2.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database-tests/
implementation 'com.onyxdevtools:onyx-database-tests:2.2.1'
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database-tests/
implementation ("com.onyxdevtools:onyx-database-tests:2.2.1")
'com.onyxdevtools:onyx-database-tests:pom:2.2.1'
<dependency org="com.onyxdevtools" name="onyx-database-tests" rev="2.2.1">
  <artifact name="onyx-database-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.onyxdevtools', module='onyx-database-tests', version='2.2.1')
)
libraryDependencies += "com.onyxdevtools" % "onyx-database-tests" % "2.2.1"
[com.onyxdevtools/onyx-database-tests "2.2.1"]

Dependencies

runtime (16)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.10
org.jetbrains.kotlin : kotlin-reflect jar 1.6.10
com.onyxdevtools : onyx-database jar 2.2.1
com.onyxdevtools : onyx-remote-database jar 2.2.1
com.onyxdevtools : onyx-web-database jar 2.2.1
com.onyxdevtools : onyx-remote-driver jar 2.2.1
org.apache.httpcomponents : httpcore jar 4.4
org.apache.httpcomponents : httpclient jar 4.4
org.apache.httpcomponents : httpmime jar 4.4
org.springframework.security : spring-security-core jar 4.2.20.RELEASE
org.springframework : spring-core jar 4.3.20.RELEASE
org.springframework : spring-web jar 4.3.20.RELEASE
org.glassfish.tyrus.bundles : tyrus-standalone-client-jdk jar 1.10
commons-cli : commons-cli jar 1.3.1
io.undertow : undertow-core jar 1.4.21.Final
com.fasterxml.jackson.core : jackson-databind jar 2.8.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.1
2.2.0