Categories |
CategoriesWildFly Container Application Servers Checkstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.wildfly.swarm |
ArtifactId | ArtifactIdcheckstyle-config |
Version | Version1 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-config-1.pom | |
checkstyle-config-1.jar | 4 KB |
checkstyle-config-1-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>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/checkstyle-config/
implementation 'org.wildfly.swarm:checkstyle-config:1'
// https://jarcasting.com/artifacts/org.wildfly.swarm/checkstyle-config/
implementation ("org.wildfly.swarm:checkstyle-config:1")
'org.wildfly.swarm:checkstyle-config:jar:1'
<dependency org="org.wildfly.swarm" name="checkstyle-config" rev="1">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='checkstyle-config', version='1')
)
libraryDependencies += "org.wildfly.swarm" % "checkstyle-config" % "1"
[org.wildfly.swarm/checkstyle-config "1"]