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