Coding Standards

This provides the configuration used by the code analysis plugins.

License

License

Categories

Categories

Net
GroupId

GroupId

net.trajano
ArtifactId

ArtifactId

coding-standards
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Coding Standards
This provides the configuration used by the code analysis plugins.
Project Organization

Project Organization

Trajano
Source Code Management

Source Code Management

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

Download coding-standards

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
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