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

io.jenkins.archetypes:archetypes-parent 1.8

Maven archetypes of useful things you may want to create in the Jenkins project.

Категории

Категории

Jenkins Компиляция и сборка Continuous Integration and Continuous Delivery
Группа

Группа

io.jenkins.archetypes
Идентификатор

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

archetypes-parent
Версия

Версия

1.8
Тип

Тип

pom

Скачать archetypes-parent 1.8

Имя Файла Размер
archetypes-parent-1.8.pom 5 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.jenkins.archetypes/archetypes-parent/ -->
<dependency>
    <groupId>io.jenkins.archetypes</groupId>
    <artifactId>archetypes-parent</artifactId>
    <version>1.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.jenkins.archetypes/archetypes-parent/
implementation 'io.jenkins.archetypes:archetypes-parent:1.8'
// https://jarcasting.com/artifacts/io.jenkins.archetypes/archetypes-parent/
implementation ("io.jenkins.archetypes:archetypes-parent:1.8")
'io.jenkins.archetypes:archetypes-parent:pom:1.8'
<dependency org="io.jenkins.archetypes" name="archetypes-parent" rev="1.8">
  <artifact name="archetypes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.jenkins.archetypes', module='archetypes-parent', version='1.8')
)
libraryDependencies += "io.jenkins.archetypes" % "archetypes-parent" % "1.8"
[io.jenkins.archetypes/archetypes-parent "1.8"]