| GroupId | GroupIdcom.orientechnologies |
|---|---|
| ArtifactId | ArtifactIdorientdb-tp3 |
| Version | Version3.1.12 |
| Type | Typepom |
| Filename | Size |
|---|---|
| orientdb-tp3-3.1.12.pom | |
| orientdb-tp3-3.1.12.zip | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-tp3/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-tp3</artifactId>
<version>3.1.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-tp3/
implementation 'com.orientechnologies:orientdb-tp3:3.1.12'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-tp3/
implementation ("com.orientechnologies:orientdb-tp3:3.1.12")
'com.orientechnologies:orientdb-tp3:pom:3.1.12'
<dependency org="com.orientechnologies" name="orientdb-tp3" rev="3.1.12">
<artifact name="orientdb-tp3" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-tp3', version='3.1.12')
)
libraryDependencies += "com.orientechnologies" % "orientdb-tp3" % "3.1.12"
[com.orientechnologies/orientdb-tp3 "3.1.12"]