Files download
File Operation
changelog-history-1.2.jar download
changelog-history-1.2.pom download
changelog-history-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>changelog-history</artifactId>
  <version>1.2</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:changelog-history:1.2'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:changelog-history:1.2")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "changelog-history" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='changelog-history', version='1.2')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="changelog-history" rev="1.2" />
Leiningen
[org.jvnet.hudson.plugins/changelog-history "1.2"]
Apache Buildr
'org.jvnet.hudson.plugins:changelog-history:jar:1.2'