GroupId | GroupIdcom.orientechnologies |
---|---|
ArtifactId | ArtifactIdorientdb-distributed |
Version | Version3.0.42 |
Type | Typejar |
Filename | Size |
---|---|
orientdb-distributed-3.0.42.pom | |
orientdb-distributed-3.0.42.jar | 478 KB |
orientdb-distributed-3.0.42-sources.jar | 251 KB |
orientdb-distributed-3.0.42-javadoc.jar | 914 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-distributed/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-distributed</artifactId>
<version>3.0.42</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-distributed/
implementation 'com.orientechnologies:orientdb-distributed:3.0.42'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-distributed/
implementation ("com.orientechnologies:orientdb-distributed:3.0.42")
'com.orientechnologies:orientdb-distributed:jar:3.0.42'
<dependency org="com.orientechnologies" name="orientdb-distributed" rev="3.0.42">
<artifact name="orientdb-distributed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-distributed', version='3.0.42')
)
libraryDependencies += "com.orientechnologies" % "orientdb-distributed" % "3.0.42"
[com.orientechnologies/orientdb-distributed "3.0.42"]