License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Checkstyle Application Testing & Monitoring Code Analysis jQAssistant config Application Layer Libs Configuration |
GroupId | GroupIdcom.buschmais.jqassistant |
ArtifactId | ArtifactIdcheckstyle-config |
Last Version | Last Version1.12.0-M1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjQAssistant Checkstyle Configuration
Checkstyle configuration of of jQAssistant to ensure our coding standards.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-config-1.12.0-M1.pom | |
checkstyle-config-1.12.0-M1.jar | 3 KB |
checkstyle-config-1.12.0-M1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant/checkstyle-config/ -->
<dependency>
<groupId>com.buschmais.jqassistant</groupId>
<artifactId>checkstyle-config</artifactId>
<version>1.12.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant/checkstyle-config/
implementation 'com.buschmais.jqassistant:checkstyle-config:1.12.0-M1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant/checkstyle-config/
implementation ("com.buschmais.jqassistant:checkstyle-config:1.12.0-M1")
'com.buschmais.jqassistant:checkstyle-config:jar:1.12.0-M1'
<dependency org="com.buschmais.jqassistant" name="checkstyle-config" rev="1.12.0-M1">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant', module='checkstyle-config', version='1.12.0-M1')
)
libraryDependencies += "com.buschmais.jqassistant" % "checkstyle-config" % "1.12.0-M1"
[com.buschmais.jqassistant/checkstyle-config "1.12.0-M1"]