| Группа | Группаcom.orientechnologies |
|---|---|
| Идентификатор | Идентификаторorientdb-parent |
| Версия | Версия1.5.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| orientdb-parent-1.5.0.pom | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-parent/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-parent</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-parent/
implementation 'com.orientechnologies:orientdb-parent:1.5.0'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-parent/
implementation ("com.orientechnologies:orientdb-parent:1.5.0")
'com.orientechnologies:orientdb-parent:pom:1.5.0'
<dependency org="com.orientechnologies" name="orientdb-parent" rev="1.5.0">
<artifact name="orientdb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-parent', version='1.5.0')
)
libraryDependencies += "com.orientechnologies" % "orientdb-parent" % "1.5.0"
[com.orientechnologies/orientdb-parent "1.5.0"]