Coding Conventions

A module that contains coding convention resource files (i.e. license header, checkstyle configuration, etc)

License

License

GroupId

GroupId

org.testifyproject.tools
ArtifactId

ArtifactId

coding-conventions
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Coding Conventions
A module that contains coding convention resource files (i.e. license header, checkstyle configuration, etc)
Project Organization

Project Organization

Testify Project

Download coding-conventions

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.puppycrawl.tools : checkstyle jar 8.3
com.mycila : license-maven-plugin-git jar 3.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.11.0
org.assertj : assertj-core jar 3.8.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2