is not current version
Last Version 2.3.1

org.jboss.pnc:common 1.3.2


Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

common
Version

Version

1.3.2
Type

Type

jar

Download common 1.3.2


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