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