is not current version
Last Version 2.3.1

org.jboss.pnc:model 1.5.1

Contains domain model for the orchestrator. This is just model classes + serialization helpers, and would also be suitable for writing a java client api to support integration.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

model
Version

Version

1.5.1
Type

Type

jar

Download model 1.5.1


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