Checkstyle

Checkstyle configuration for BITMC Java style

Лицензия

Лицензия

Категории

Категории

Checkstyle Тестирование приложения и мониторинг Code Analysis
Группа

Группа

com.github.bitmc
Идентификатор

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

checkstyle
Последняя версия

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

8.39.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Checkstyle
Checkstyle configuration for BITMC Java style
Ссылка на сайт

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

https://github.com/bitmc/checkstyle
Организация-разработчик

Организация-разработчик

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

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

https://github.com/bitmc/checkstyle

Скачать checkstyle

Как подключить последнюю версию

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

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.16

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

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

Checkstyle

github actions maven central

Usage

IDE

  • Checkout the repository and import configuration into your IDE.
     checkstyle/src/main/resources/com/github/bitmc/checkstyle/checks.xml

Maven

  • Add a dependency in your POM.
     <plugin>
     	<groupId>org.apache.maven.plugins</groupId>
     	<artifactId>maven-checkstyle-plugin</artifactId>
     	<version>3.1.1</version>
     	<configuration>
     		<configLocation>com/github/bitmc/checkstyle/checks.xml</configLocation>
     	</configuration>
     	<dependencies>
     		<dependency>
     			<groupId>com.puppycrawl.tools</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.39</version>
     		</dependency>
     		<dependency>
     			<groupId>com.github.bitmc</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.39.0</version>
     		</dependency>
     	</dependencies>
     </plugin>

License

  • Apache License 2.0
com.github.bitmc

BITMC

Версии библиотеки

Версия
8.39.0
8.38.1
8.38.0
8.35.0