License |
License |
---|---|
Categories |
CategoriesJenkins Build Tools Continuous Integration and Continuous Delivery |
GroupId | GroupIdio.jenkins.archetypes |
ArtifactId | ArtifactIdarchetypes-parent |
Last Version | Last Version1.13 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJenkins Archetypes
Maven archetypes of useful things you may want to create in the Jenkins project.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
archetypes-parent-1.13.pom | 4 KB |
Browse |
<!-- 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"]