License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-checkstyle-rules |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPetals ESB - Development tools - Checkstyle rules
Petals ESB - Development tools - Checkstyle rules
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-checkstyle-rules/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-checkstyle-rules</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-checkstyle-rules/
implementation 'org.ow2.petals:petals-checkstyle-rules:1.0.10'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-checkstyle-rules/
implementation ("org.ow2.petals:petals-checkstyle-rules:1.0.10")
'org.ow2.petals:petals-checkstyle-rules:jar:1.0.10'
<dependency org="org.ow2.petals" name="petals-checkstyle-rules" rev="1.0.10">
<artifact name="petals-checkstyle-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-checkstyle-rules', version='1.0.10')
)
libraryDependencies += "org.ow2.petals" % "petals-checkstyle-rules" % "1.0.10"
[org.ow2.petals/petals-checkstyle-rules "1.0.10"]