m

model

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.
Files download
File Operation
model-2.7.5.jar download
model-2.7.5.pom download
model-2.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.pnc</groupId>
  <artifactId>model</artifactId>
  <version>2.7.5</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.pnc:model:2.7.5'
Gradle Kotlin
implementation("org.jboss.pnc:model:2.7.5")
Scala SBT
libraryDependencies += "org.jboss.pnc" % "model" % "2.7.5"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.pnc', module='model', version='2.7.5')
)
Apache Ivy
<dependency org="org.jboss.pnc" name="model" rev="2.7.5" />
Leiningen
[org.jboss.pnc/model "2.7.5"]
Apache Buildr
'org.jboss.pnc:model:jar:2.7.5'