Last Version

Jenkins Archetypes 1.13

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

License

License

Categories

Categories

Jenkins Build Tools Continuous Integration and Continuous Delivery
GroupId

GroupId

io.jenkins.archetypes
ArtifactId

ArtifactId

archetypes-parent
Version

Version

1.13
Type

Type

pom
Description

Description

Jenkins Archetypes
Maven archetypes of useful things you may want to create in the Jenkins project.
Source Code Management

Source Code Management

https://github.com/jenkinsci/archetypes/

Download archetypes-parent 1.13


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • empty-plugin
  • hello-world
  • global-configuration