| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаio.alapierre |
| Идентификатор | Идентификаторspring-boot-jcr |
| Версия | Версия1.9 |
| Тип | Типpom |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications built with Maven
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-boot-jcr-1.9.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr/ -->
<dependency>
<groupId>io.alapierre</groupId>
<artifactId>spring-boot-jcr</artifactId>
<version>1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr/
implementation 'io.alapierre:spring-boot-jcr:1.9'
// https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr/
implementation ("io.alapierre:spring-boot-jcr:1.9")
'io.alapierre:spring-boot-jcr:pom:1.9'
<dependency org="io.alapierre" name="spring-boot-jcr" rev="1.9">
<artifact name="spring-boot-jcr" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.alapierre', module='spring-boot-jcr', version='1.9')
)
libraryDependencies += "io.alapierre" % "spring-boot-jcr" % "1.9"
[io.alapierre/spring-boot-jcr "1.9"]