| License | License | 
|---|---|
| Categories | CategoriesJava Languages Checkstyle Application Testing & Monitoring Code Analysis | 
| GroupId | GroupIdcom.washingtonpost | 
| ArtifactId | ArtifactIdwp-java-checkstyle | 
| Last Version | Last Version2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionWashington Post checkstyle checks, in JAR form Washington Post Master Public Parent POM | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| wp-java-checkstyle-2.0.pom | |
| wp-java-checkstyle-2.0.jar | 4 KB | 
| wp-java-checkstyle-2.0-sources.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.washingtonpost/wp-java-checkstyle/ -->
<dependency>
    <groupId>com.washingtonpost</groupId>
    <artifactId>wp-java-checkstyle</artifactId>
    <version>2.0</version>
</dependency>// https://jarcasting.com/artifacts/com.washingtonpost/wp-java-checkstyle/
implementation 'com.washingtonpost:wp-java-checkstyle:2.0'// https://jarcasting.com/artifacts/com.washingtonpost/wp-java-checkstyle/
implementation ("com.washingtonpost:wp-java-checkstyle:2.0")'com.washingtonpost:wp-java-checkstyle:jar:2.0'<dependency org="com.washingtonpost" name="wp-java-checkstyle" rev="2.0">
  <artifact name="wp-java-checkstyle" type="jar" />
</dependency>@Grapes(
@Grab(group='com.washingtonpost', module='wp-java-checkstyle', version='2.0')
)libraryDependencies += "com.washingtonpost" % "wp-java-checkstyle" % "2.0"[com.washingtonpost/wp-java-checkstyle "2.0"]