License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis Configuration Application Layer Libs config |
GroupId | GroupIdorg.ops4j |
ArtifactId | ArtifactIdcheckstyle-configuration |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOPS4J - Checkstyle
Checkstyle configuration for all OPS4J projects
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.ops4j/checkstyle-configuration/ -->
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j/checkstyle-configuration/
implementation 'org.ops4j:checkstyle-configuration:1.2'
// https://jarcasting.com/artifacts/org.ops4j/checkstyle-configuration/
implementation ("org.ops4j:checkstyle-configuration:1.2")
'org.ops4j:checkstyle-configuration:jar:1.2'
<dependency org="org.ops4j" name="checkstyle-configuration" rev="1.2">
<artifact name="checkstyle-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j', module='checkstyle-configuration', version='1.2')
)
libraryDependencies += "org.ops4j" % "checkstyle-configuration" % "1.2"
[org.ops4j/checkstyle-configuration "1.2"]