Coding Standards

This provides the configuration used by the code analysis plugins.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.trajano
Идентификатор

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

coding-standards
Последняя версия

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

2.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Coding Standards
This provides the configuration used by the code analysis plugins.
Организация-разработчик

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

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

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

https://github.com/trajano/coding-standards

Скачать coding-standards

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Coding standards

Build Status Quality Gate

This project defines the standards used for editorial and coding. Organizations use these standards to provide common feel for users.

Editorial standards define the rules being followed for user visible text and images.

The coding standards are used by code analysis plug-ins and m2e-codestyle-maven-plugin to aid in delivering better quality code through automation.

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

Версия
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0