is not current version
Last Version 2.3.1

org.jboss.pnc:web 1.0.5

Web UI packaging (UI resources, Swagger).

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

web
Version

Version

1.0.5
Type

Type

war

Download web 1.0.5


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