не последняя версия
Последняя версия 2.3.1

org.jboss.pnc:web 1.2.2

Web UI packaging (UI resources, Swagger).

Категории

Категории

JBoss Контейнер Application Servers
Группа

Группа

org.jboss.pnc
Идентификатор

Идентификатор

web
Версия

Версия

1.2.2
Тип

Тип

war

Скачать web 1.2.2


<!-- https://jarcasting.com/artifacts/org.jboss.pnc/web/ -->
<dependency>
    <groupId>org.jboss.pnc</groupId>
    <artifactId>web</artifactId>
    <version>1.2.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc/web/
implementation 'org.jboss.pnc:web:1.2.2'
// https://jarcasting.com/artifacts/org.jboss.pnc/web/
implementation ("org.jboss.pnc:web:1.2.2")
'org.jboss.pnc:web:war:1.2.2'
<dependency org="org.jboss.pnc" name="web" rev="1.2.2">
  <artifact name="web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc', module='web', version='1.2.2')
)
libraryDependencies += "org.jboss.pnc" % "web" % "1.2.2"
[org.jboss.pnc/web "1.2.2"]