| Категории |
КатегорииSpring Boot Контейнер Микросервисы Jakarta Server Faces Jakarta EE The Web Tier |
|---|---|
| Группа | Группаcom.github.persapiens |
| Идентификатор | Идентификаторjsf-spring-boot-parent |
| Версия | Версия1.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jsf-spring-boot-parent-1.5.0.pom | 30 KB |
| jsf-spring-boot-parent-1.5.0-tests.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.persapiens/jsf-spring-boot-parent/ -->
<dependency>
<groupId>com.github.persapiens</groupId>
<artifactId>jsf-spring-boot-parent</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.persapiens/jsf-spring-boot-parent/
implementation 'com.github.persapiens:jsf-spring-boot-parent:1.5.0'
// https://jarcasting.com/artifacts/com.github.persapiens/jsf-spring-boot-parent/
implementation ("com.github.persapiens:jsf-spring-boot-parent:1.5.0")
'com.github.persapiens:jsf-spring-boot-parent:jar:1.5.0'
<dependency org="com.github.persapiens" name="jsf-spring-boot-parent" rev="1.5.0">
<artifact name="jsf-spring-boot-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.persapiens', module='jsf-spring-boot-parent', version='1.5.0')
)
libraryDependencies += "com.github.persapiens" % "jsf-spring-boot-parent" % "1.5.0"
[com.github.persapiens/jsf-spring-boot-parent "1.5.0"]