is not current version
Last Version 2.3.1

org.jboss.pnc:web 1.1.2

Web UI packaging (UI resources, Swagger).

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

web
Version

Version

1.1.2
Type

Type

war

Download web 1.1.2


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