is not current version
Last Version 1.0.4

org.e-hoffman.build:StaticAnalysisConf 1.0.3

A set of checkstyle checks and pmd rules that will be reported on by maven, eclipse can also be configured to pick the configuration up automatically with m2e and https://github.com/m2e-code-quality/m2e-code-quality. Easily overrideable in children pom files by the use of properties.

GroupId

GroupId

org.e-hoffman.build
ArtifactId

ArtifactId

StaticAnalysisConf
Version

Version

1.0.3
Type

Type

jar

Download StaticAnalysisConf 1.0.3


<!-- https://jarcasting.com/artifacts/org.e-hoffman.build/StaticAnalysisConf/ -->
<dependency>
    <groupId>org.e-hoffman.build</groupId>
    <artifactId>StaticAnalysisConf</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.build/StaticAnalysisConf/
implementation 'org.e-hoffman.build:StaticAnalysisConf:1.0.3'
// https://jarcasting.com/artifacts/org.e-hoffman.build/StaticAnalysisConf/
implementation ("org.e-hoffman.build:StaticAnalysisConf:1.0.3")
'org.e-hoffman.build:StaticAnalysisConf:jar:1.0.3'
<dependency org="org.e-hoffman.build" name="StaticAnalysisConf" rev="1.0.3">
  <artifact name="StaticAnalysisConf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.build', module='StaticAnalysisConf', version='1.0.3')
)
libraryDependencies += "org.e-hoffman.build" % "StaticAnalysisConf" % "1.0.3"
[org.e-hoffman.build/StaticAnalysisConf "1.0.3"]