License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis Configuration Application Layer Libs config |
GroupId | GroupIdcom.google.cloud.samples |
ArtifactId | ArtifactIdcheckstyle-configuration |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.google.cloud.samples:checkstyle-configuration
A common checkstyle configuration for Google Cloud samples.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-configuration-1.2.0.pom | |
checkstyle-configuration-1.2.0.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.samples/checkstyle-configuration/ -->
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.samples/checkstyle-configuration/
implementation 'com.google.cloud.samples:checkstyle-configuration:1.2.0'
// https://jarcasting.com/artifacts/com.google.cloud.samples/checkstyle-configuration/
implementation ("com.google.cloud.samples:checkstyle-configuration:1.2.0")
'com.google.cloud.samples:checkstyle-configuration:jar:1.2.0'
<dependency org="com.google.cloud.samples" name="checkstyle-configuration" rev="1.2.0">
<artifact name="checkstyle-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.samples', module='checkstyle-configuration', version='1.2.0')
)
libraryDependencies += "com.google.cloud.samples" % "checkstyle-configuration" % "1.2.0"
[com.google.cloud.samples/checkstyle-configuration "1.2.0"]