| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis Configuration Application Layer Libs config |
|---|---|
| GroupId | GroupIdcom.google.cloud.samples |
| ArtifactId | ArtifactIdcheckstyle-configuration |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| checkstyle-configuration-1.0.2.pom | |
| checkstyle-configuration-1.0.2.jar | 6 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.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.samples/checkstyle-configuration/
implementation 'com.google.cloud.samples:checkstyle-configuration:1.0.2'
// https://jarcasting.com/artifacts/com.google.cloud.samples/checkstyle-configuration/
implementation ("com.google.cloud.samples:checkstyle-configuration:1.0.2")
'com.google.cloud.samples:checkstyle-configuration:jar:1.0.2'
<dependency org="com.google.cloud.samples" name="checkstyle-configuration" rev="1.0.2">
<artifact name="checkstyle-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.samples', module='checkstyle-configuration', version='1.0.2')
)
libraryDependencies += "com.google.cloud.samples" % "checkstyle-configuration" % "1.0.2"
[com.google.cloud.samples/checkstyle-configuration "1.0.2"]