is not current version
Last Version 2.28.0

edu.hm.hafner:codingstyle-pom 2.0.2

Each Java project should follow a given coding style. I.e., all contributions to the source code should use the same formatting rules, design principles, code patterns, idioms, etc. I published such a coding style in my GitHub project codingstyle (https://github.com/uhafner/codingstyle) - I am using this coding style in my lectures about software development at Munich University of Applied Sciences and in all of my open source projects. If you want to use this coding style as well you can use this Maven POM as parent of you own POM. Then you get the configuration several static analysis and testing tools for free.

GroupId

GroupId

edu.hm.hafner
ArtifactId

ArtifactId

codingstyle-pom
Version

Version

2.0.2
Type

Type

pom

Download codingstyle-pom 2.0.2

Filename Size
codingstyle-pom-2.0.2.pom 28 KB
Browse

<!-- https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle-pom/ -->
<dependency>
    <groupId>edu.hm.hafner</groupId>
    <artifactId>codingstyle-pom</artifactId>
    <version>2.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle-pom/
implementation 'edu.hm.hafner:codingstyle-pom:2.0.2'
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle-pom/
implementation ("edu.hm.hafner:codingstyle-pom:2.0.2")
'edu.hm.hafner:codingstyle-pom:pom:2.0.2'
<dependency org="edu.hm.hafner" name="codingstyle-pom" rev="2.0.2">
  <artifact name="codingstyle-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.hm.hafner', module='codingstyle-pom', version='2.0.2')
)
libraryDependencies += "edu.hm.hafner" % "codingstyle-pom" % "2.0.2"
[edu.hm.hafner/codingstyle-pom "2.0.2"]