GroupId | GroupIdcom.orientechnologies |
---|---|
ArtifactId | ArtifactIdorientdb-distributed |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-distributed/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-distributed</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-distributed/
implementation 'com.orientechnologies:orientdb-distributed:1.1.0'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-distributed/
implementation ("com.orientechnologies:orientdb-distributed:1.1.0")
'com.orientechnologies:orientdb-distributed:jar:1.1.0'
<dependency org="com.orientechnologies" name="orientdb-distributed" rev="1.1.0">
<artifact name="orientdb-distributed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-distributed', version='1.1.0')
)
libraryDependencies += "com.orientechnologies" % "orientdb-distributed" % "1.1.0"
[com.orientechnologies/orientdb-distributed "1.1.0"]