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

Java coding style 2.23.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.

Лицензия

Лицензия

MIT license
Creative Commons Attribution 4.0 International License
Группа

Группа

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

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

codingstyle
Версия

Версия

2.23.0
Тип

Тип

jar
Описание

Описание

Java coding style
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.
Ссылка на сайт

Ссылка на сайт

https://www.cs.hm.edu/die_fakultaet/ansprechpartner/professoren/hafner/index.de.html
Система контроля версий

Система контроля версий

https://github.com/uhafner/codingstyle

Скачать codingstyle 2.23.0


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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
javax.annotation : javax.annotation-api jar 1.3.2
com.github.spotbugs : spotbugs-annotations jar 4.7.0
com.google.errorprone : error_prone_annotations jar 2.13.1
org.apache.commons : commons-lang3 jar 3.12.0
commons-io : commons-io jar 2.11.0

test (10)

Идентификатор библиотеки Тип Версия
nl.jqno.equalsverifier : equalsverifier jar 3.10
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.5.1
org.mockito : mockito-inline jar 4.5.1
org.assertj : assertj-core jar 3.22.0
com.tngtech.archunit : archunit-junit5 jar 0.23.1
org.slf4j : slf4j-nop jar 1.7.36

Модули Проекта

Данный проект не имеет модулей.