не последняя версия
Последняя версия 2.3.1

org.jboss.pnc:model 2.2.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.

Категории

Категории

JBoss Контейнер Application Servers
Группа

Группа

org.jboss.pnc
Идентификатор

Идентификатор

model
Версия

Версия

2.2.4
Тип

Тип

jar

Скачать model 2.2.4


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