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