| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаio.alapierre |
| Идентификатор | Идентификаторspring-boot-jcr-core |
| Версия | Версия1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-boot-jcr-core-1.4.pom | |
| spring-boot-jcr-core-1.4.jar | 21 KB |
| spring-boot-jcr-core-1.4-sources.jar | 13 KB |
| spring-boot-jcr-core-1.4-javadoc.jar | 96 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr-core/ -->
<dependency>
<groupId>io.alapierre</groupId>
<artifactId>spring-boot-jcr-core</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr-core/
implementation 'io.alapierre:spring-boot-jcr-core:1.4'
// https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr-core/
implementation ("io.alapierre:spring-boot-jcr-core:1.4")
'io.alapierre:spring-boot-jcr-core:jar:1.4'
<dependency org="io.alapierre" name="spring-boot-jcr-core" rev="1.4">
<artifact name="spring-boot-jcr-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.alapierre', module='spring-boot-jcr-core', version='1.4')
)
libraryDependencies += "io.alapierre" % "spring-boot-jcr-core" % "1.4"
[io.alapierre/spring-boot-jcr-core "1.4"]