| Категории |
КатегорииWildFly Контейнер Application Servers Безопасность |
|---|---|
| Группа | Группаorg.wildfly.security.elytron-web |
| Идентификатор | Идентификаторelytron-web-parent |
| Версия | Версия1.7.0.CR2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| elytron-web-parent-1.7.0.CR2.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/elytron-web-parent/ -->
<dependency>
<groupId>org.wildfly.security.elytron-web</groupId>
<artifactId>elytron-web-parent</artifactId>
<version>1.7.0.CR2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/elytron-web-parent/
implementation 'org.wildfly.security.elytron-web:elytron-web-parent:1.7.0.CR2'
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/elytron-web-parent/
implementation ("org.wildfly.security.elytron-web:elytron-web-parent:1.7.0.CR2")
'org.wildfly.security.elytron-web:elytron-web-parent:pom:1.7.0.CR2'
<dependency org="org.wildfly.security.elytron-web" name="elytron-web-parent" rev="1.7.0.CR2">
<artifact name="elytron-web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.security.elytron-web', module='elytron-web-parent', version='1.7.0.CR2')
)
libraryDependencies += "org.wildfly.security.elytron-web" % "elytron-web-parent" % "1.7.0.CR2"
[org.wildfly.security.elytron-web/elytron-web-parent "1.7.0.CR2"]