License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Jenkins Continuous Integration and Continuous Delivery Git Development Tools Version Controls |
GroupId | GroupIdio.jenkins.tools |
ArtifactId | ArtifactIdgit-changelist-maven-extension |
Last Version | Last Version1.0-beta-2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGit Changelist Maven Extension [relocated]
Git Changelist Maven Extension [relocated]
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.jenkins.tools/git-changelist-maven-extension/ -->
<dependency>
<groupId>io.jenkins.tools</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/io.jenkins.tools/git-changelist-maven-extension/
implementation 'io.jenkins.tools:git-changelist-maven-extension:1.0-beta-2'
// https://jarcasting.com/artifacts/io.jenkins.tools/git-changelist-maven-extension/
implementation ("io.jenkins.tools:git-changelist-maven-extension:1.0-beta-2")
'io.jenkins.tools:git-changelist-maven-extension:jar:1.0-beta-2'
<dependency org="io.jenkins.tools" name="git-changelist-maven-extension" rev="1.0-beta-2">
<artifact name="git-changelist-maven-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jenkins.tools', module='git-changelist-maven-extension', version='1.0-beta-2')
)
libraryDependencies += "io.jenkins.tools" % "git-changelist-maven-extension" % "1.0-beta-2"
[io.jenkins.tools/git-changelist-maven-extension "1.0-beta-2"]