is not current version
Last Version 2.25.0

edu.hm.hafner:codingstyle 2.9.0

Provides all necessary resources for a Java project to enforce the coding style that I am using in my lectures about software development at Munich University of Applied Sciences and in all of my open source projects. It configures several static analysis tools for Maven and IntelliJ. Moreover, it provides some sample classes that already use this style guide. This classes can be used as such but are not required in this project. These classes also use some additional libraries that are included using the Maven dependency mechanism. If the sample classes are deleted then the dependencies can be safely deleted, too.

GroupId

GroupId

edu.hm.hafner
ArtifactId

ArtifactId

codingstyle
Version

Version

2.9.0
Type

Type

jar

Download codingstyle 2.9.0


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