is not current version
Last Version 1.0-h-3

org.hudsonci.plugins:findbugs-parent 1.0-h-1

Parent pom to build findbugs plug-in that is composed of plug-in and shaded findbugs library

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery
GroupId

GroupId

org.hudsonci.plugins
ArtifactId

ArtifactId

findbugs-parent
Version

Version

1.0-h-1
Type

Type

pom

Download findbugs-parent 1.0-h-1


<!-- https://jarcasting.com/artifacts/org.hudsonci.plugins/findbugs-parent/ -->
<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>findbugs-parent</artifactId>
    <version>1.0-h-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hudsonci.plugins/findbugs-parent/
implementation 'org.hudsonci.plugins:findbugs-parent:1.0-h-1'
// https://jarcasting.com/artifacts/org.hudsonci.plugins/findbugs-parent/
implementation ("org.hudsonci.plugins:findbugs-parent:1.0-h-1")
'org.hudsonci.plugins:findbugs-parent:pom:1.0-h-1'
<dependency org="org.hudsonci.plugins" name="findbugs-parent" rev="1.0-h-1">
  <artifact name="findbugs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hudsonci.plugins', module='findbugs-parent', version='1.0-h-1')
)
libraryDependencies += "org.hudsonci.plugins" % "findbugs-parent" % "1.0-h-1"
[org.hudsonci.plugins/findbugs-parent "1.0-h-1"]