| Categories | CategoriesUnity Business Logic Libraries Game Development | 
|---|---|
| GroupId | GroupIdcom.orientechnologies | 
| ArtifactId | ArtifactIdorientdb-community | 
| Version | Version2.2.0-beta2 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| orientdb-community-2.2.0-beta2.pom | |
| orientdb-community-2.2.0-beta2.zip | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-community/ -->
<dependency>
    <groupId>com.orientechnologies</groupId>
    <artifactId>orientdb-community</artifactId>
    <version>2.2.0-beta2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-community/
implementation 'com.orientechnologies:orientdb-community:2.2.0-beta2'// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-community/
implementation ("com.orientechnologies:orientdb-community:2.2.0-beta2")'com.orientechnologies:orientdb-community:pom:2.2.0-beta2'<dependency org="com.orientechnologies" name="orientdb-community" rev="2.2.0-beta2">
  <artifact name="orientdb-community" type="pom" />
</dependency>@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-community', version='2.2.0-beta2')
)libraryDependencies += "com.orientechnologies" % "orientdb-community" % "2.2.0-beta2"[com.orientechnologies/orientdb-community "2.2.0-beta2"]