| Лицензия |
Лицензия
MIT license
Creative Commons Attribution 4.0 International License
|
|---|---|
| Группа | Группаedu.hm.hafner |
| Идентификатор | Идентификаторcodingstyle-pom |
| Версия | Версия2.13.1 |
| Тип | Типpom |
| Описание |
ОписаниеJava coding style POM
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| codingstyle-pom-2.13.1.pom | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle-pom/ -->
<dependency>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle-pom</artifactId>
<version>2.13.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle-pom/
implementation 'edu.hm.hafner:codingstyle-pom:2.13.1'
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle-pom/
implementation ("edu.hm.hafner:codingstyle-pom:2.13.1")
'edu.hm.hafner:codingstyle-pom:pom:2.13.1'
<dependency org="edu.hm.hafner" name="codingstyle-pom" rev="2.13.1">
<artifact name="codingstyle-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.hm.hafner', module='codingstyle-pom', version='2.13.1')
)
libraryDependencies += "edu.hm.hafner" % "codingstyle-pom" % "2.13.1"
[edu.hm.hafner/codingstyle-pom "2.13.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| com.github.spotbugs : spotbugs-annotations | jar | 4.5.0 |
| com.google.errorprone : error_prone_annotations | jar | 2.10.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nl.jqno.equalsverifier : equalsverifier | jar | 3.7.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.mockito : mockito-core | jar | 4.1.0 |
| org.assertj : assertj-core | jar | 3.21.0 |
| com.tngtech.archunit : archunit-junit5 | jar | 0.22.0 |