License |
License
AL2
|
---|---|
Categories |
CategoriesWildFly Container Application Servers Checkstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
GroupId | GroupIdorg.wildfly.swarm |
ArtifactId | ArtifactIdcheckstyle-config |
Last Version | Last Version3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWildFly Swarm: Checkstyle Configuration
WildFly Swarm: Checkstyle Configuration
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-config-3.pom | |
checkstyle-config-3.jar | 4 KB |
checkstyle-config-3-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/checkstyle-config/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>checkstyle-config</artifactId>
<version>3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/checkstyle-config/
implementation 'org.wildfly.swarm:checkstyle-config:3'
// https://jarcasting.com/artifacts/org.wildfly.swarm/checkstyle-config/
implementation ("org.wildfly.swarm:checkstyle-config:3")
'org.wildfly.swarm:checkstyle-config:jar:3'
<dependency org="org.wildfly.swarm" name="checkstyle-config" rev="3">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='checkstyle-config', version='3')
)
libraryDependencies += "org.wildfly.swarm" % "checkstyle-config" % "3"
[org.wildfly.swarm/checkstyle-config "3"]