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