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