is not current version
Last Version 2.3.1

org.jboss.pnc:model 1.0.4

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.0.4
Type

Type

jar

Download model 1.0.4


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