License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
GroupId | GroupIdorg.criticalsection |
ArtifactId | ArtifactIdcs-checkstyle-config |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCriticalSection.Org Checkstyle Configuration
This project is a container for the ckeckstyle configuration used by java projects at CriticalSection.Org.
|
Project Organization |
Project OrganizationCriticalSection.Org |
Filename | Size |
---|---|
cs-checkstyle-config-1.pom | |
cs-checkstyle-config-1.jar | 4 KB |
cs-checkstyle-config-1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.criticalsection/cs-checkstyle-config/ -->
<dependency>
<groupId>org.criticalsection</groupId>
<artifactId>cs-checkstyle-config</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.criticalsection/cs-checkstyle-config/
implementation 'org.criticalsection:cs-checkstyle-config:1'
// https://jarcasting.com/artifacts/org.criticalsection/cs-checkstyle-config/
implementation ("org.criticalsection:cs-checkstyle-config:1")
'org.criticalsection:cs-checkstyle-config:jar:1'
<dependency org="org.criticalsection" name="cs-checkstyle-config" rev="1">
<artifact name="cs-checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.criticalsection', module='cs-checkstyle-config', version='1')
)
libraryDependencies += "org.criticalsection" % "cs-checkstyle-config" % "1"
[org.criticalsection/cs-checkstyle-config "1"]