| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.orientechnologies |
| Идентификатор | Идентификаторspring-boot-orientdb-autoconfigure |
| Версия | Версия0.12 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/spring-boot-orientdb-autoconfigure/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>spring-boot-orientdb-autoconfigure</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/spring-boot-orientdb-autoconfigure/
implementation 'com.orientechnologies:spring-boot-orientdb-autoconfigure:0.12'
// https://jarcasting.com/artifacts/com.orientechnologies/spring-boot-orientdb-autoconfigure/
implementation ("com.orientechnologies:spring-boot-orientdb-autoconfigure:0.12")
'com.orientechnologies:spring-boot-orientdb-autoconfigure:jar:0.12'
<dependency org="com.orientechnologies" name="spring-boot-orientdb-autoconfigure" rev="0.12">
<artifact name="spring-boot-orientdb-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='spring-boot-orientdb-autoconfigure', version='0.12')
)
libraryDependencies += "com.orientechnologies" % "spring-boot-orientdb-autoconfigure" % "0.12"
[com.orientechnologies/spring-boot-orientdb-autoconfigure "0.12"]