is not current version
Last Version 2.3.1

org.jboss.pnc:web 1.3.1

Web UI packaging (UI resources, Swagger).

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

web
Version

Version

1.3.1
Type

Type

war

Download web 1.3.1


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