| GroupId | GroupIdcom.orientechnologies |
|---|---|
| ArtifactId | ArtifactIdorientdb-enterprise |
| Version | Version2.1-rc4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| orientdb-enterprise-2.1-rc4.pom | |
| orientdb-enterprise-2.1-rc4.jar | 38 KB |
| orientdb-enterprise-2.1-rc4-sources.jar | 25 KB |
| orientdb-enterprise-2.1-rc4-javadoc.jar | 130 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-enterprise/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-enterprise</artifactId>
<version>2.1-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-enterprise/
implementation 'com.orientechnologies:orientdb-enterprise:2.1-rc4'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-enterprise/
implementation ("com.orientechnologies:orientdb-enterprise:2.1-rc4")
'com.orientechnologies:orientdb-enterprise:jar:2.1-rc4'
<dependency org="com.orientechnologies" name="orientdb-enterprise" rev="2.1-rc4">
<artifact name="orientdb-enterprise" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-enterprise', version='2.1-rc4')
)
libraryDependencies += "com.orientechnologies" % "orientdb-enterprise" % "2.1-rc4"
[com.orientechnologies/orientdb-enterprise "2.1-rc4"]