is not current version
Last Version 2.25.0

edu.hm.hafner:codingstyle 0.3.0

Provides all necessary resources for a Java project to enforce the coding style used in the lecture software development. 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

0.3.0
Type

Type

jar

Download codingstyle 0.3.0


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