| Categories | CategoriesJenkins Build Tools Continuous Integration and Continuous Delivery | 
|---|---|
| GroupId | GroupIdcom.github.matthewbeasley | 
| ArtifactId | ArtifactIdjenkins-build-collector | 
| Last Version | Last Version2.0.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
<!-- https://jarcasting.com/artifacts/com.github.matthewbeasley/jenkins-build-collector/ -->
<dependency>
    <groupId>com.github.matthewbeasley</groupId>
    <artifactId>jenkins-build-collector</artifactId>
    <version>2.0.6</version>
</dependency>// https://jarcasting.com/artifacts/com.github.matthewbeasley/jenkins-build-collector/
implementation 'com.github.matthewbeasley:jenkins-build-collector:2.0.6'// https://jarcasting.com/artifacts/com.github.matthewbeasley/jenkins-build-collector/
implementation ("com.github.matthewbeasley:jenkins-build-collector:2.0.6")'com.github.matthewbeasley:jenkins-build-collector:jar:2.0.6'<dependency org="com.github.matthewbeasley" name="jenkins-build-collector" rev="2.0.6">
  <artifact name="jenkins-build-collector" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.matthewbeasley', module='jenkins-build-collector', version='2.0.6')
)libraryDependencies += "com.github.matthewbeasley" % "jenkins-build-collector" % "2.0.6"[com.github.matthewbeasley/jenkins-build-collector "2.0.6"]