SPT Checkstyle

Checkstyle configuration for SPT Java Style

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.spt-oss
Идентификатор

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

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

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

8.15.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

SPT Checkstyle
Checkstyle configuration for SPT Java Style
Ссылка на сайт

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

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

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

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

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

https://github.com/spt-oss/spt-checkstyle/tree/master

Скачать spt-checkstyle

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.puppycrawl.tools : checkstyle jar 8.15

provided (1)

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

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 2.0.6.RELEASE

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

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

Checkstyle

circleci maven central

  • Checkstyle configuration for SPT Java style

Usage

IDE

  • Checkout the repository and import configuration into your IDE.

     checkstyle/src/main/resources/com/github/spt-oss/checkstyle/checks.xml

Maven

  • Add a dependency in your POM.

     <plugin>
     	<groupId>org.apache.maven.plugins</groupId>
     	<artifactId>maven-checkstyle-plugin</artifactId>
     	<configuration>
     		<configLocation>com/github/spt-oss/checkstyle/checks.xml</configLocation>
     	</configuration>
     	<dependencies>
     		<dependency>
     			<groupId>com.puppycrawl.tools</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.15</version>
     		</dependency>
     		<dependency>
     			<groupId>com.github.spt-oss</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.15.0</version>
     		</dependency>
     	</dependencies>
     </plugin>

License

  • This software is released under the Apache License 2.0.
com.github.spt-oss

SPT

Open Source Libraries for Java

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

Версия
8.15.0
8.12.0