не последняя версия
Последняя версия 2.28.0

edu.hm.hafner:codingstyle-pom 2.21.0

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.

Группа

Группа

edu.hm.hafner
Идентификатор

Идентификатор

codingstyle-pom
Версия

Версия

2.21.0
Тип

Тип

pom

Скачать codingstyle-pom 2.21.0

Имя Файла Размер
codingstyle-pom-2.21.0.pom 31 KB
Обзор

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