is not current version
Last Version 1.0.4

org.e-hoffman.build:StaticAnalysisConf 1.0.2

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.2
Type

Type

jar

Download StaticAnalysisConf 1.0.2


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