| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.orientechnologies |
| Идентификатор | Идентификаторspring-data-orientdb-graph |
| Версия | Версия0.13 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/spring-data-orientdb-graph/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>spring-data-orientdb-graph</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/spring-data-orientdb-graph/
implementation 'com.orientechnologies:spring-data-orientdb-graph:0.13'
// https://jarcasting.com/artifacts/com.orientechnologies/spring-data-orientdb-graph/
implementation ("com.orientechnologies:spring-data-orientdb-graph:0.13")
'com.orientechnologies:spring-data-orientdb-graph:jar:0.13'
<dependency org="com.orientechnologies" name="spring-data-orientdb-graph" rev="0.13">
<artifact name="spring-data-orientdb-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='spring-data-orientdb-graph', version='0.13')
)
libraryDependencies += "com.orientechnologies" % "spring-data-orientdb-graph" % "0.13"
[com.orientechnologies/spring-data-orientdb-graph "0.13"]