| License |
License |
|---|---|
| Categories |
CategoriesNative Development Tools |
| GroupId | GroupIdcom.orientechnologies |
| ArtifactId | ArtifactIdorientdb-nativeos |
| Last Version | Last Version2.0-M1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOrientDB Native OS Code
OrientDB NoSQL document graph dbms
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| orientdb-nativeos-2.0-M1.pom | |
| orientdb-nativeos-2.0-M1.jar | 5 KB |
| orientdb-nativeos-2.0-M1-sources.jar | 4 KB |
| orientdb-nativeos-2.0-M1-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-nativeos/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-nativeos</artifactId>
<version>2.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-nativeos/
implementation 'com.orientechnologies:orientdb-nativeos:2.0-M1'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-nativeos/
implementation ("com.orientechnologies:orientdb-nativeos:2.0-M1")
'com.orientechnologies:orientdb-nativeos:jar:2.0-M1'
<dependency org="com.orientechnologies" name="orientdb-nativeos" rev="2.0-M1">
<artifact name="orientdb-nativeos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-nativeos', version='2.0-M1')
)
libraryDependencies += "com.orientechnologies" % "orientdb-nativeos" % "2.0-M1"
[com.orientechnologies/orientdb-nativeos "2.0-M1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.dev.jna : jna | jar | 4.0.0 |
| net.java.dev.jna : jna-platform | jar | 4.0.0 |
| com.orientechnologies : orient-commons | jar | 2.0-M1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |