is not current version
Last Version 2.3.1

org.jboss.pnc:common 1.8.1.7


Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

common
Version

Version

1.8.1.7
Type

Type

jar

Download common 1.8.1.7


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