is not current version
Last Version 2.3.1

org.jboss.pnc:model 0.9

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

0.9
Type

Type

jar

Download model 0.9


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