is not current version
Last Version 1.0.11

com.spotify.checkstyle:spotify-checkstyle-config 1.0.10

Checkstyle configuration corresponding to Spotify's coding conventions.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration
GroupId

GroupId

com.spotify.checkstyle
ArtifactId

ArtifactId

spotify-checkstyle-config
Version

Version

1.0.10
Type

Type

jar

Download spotify-checkstyle-config 1.0.10


<!-- https://jarcasting.com/artifacts/com.spotify.checkstyle/spotify-checkstyle-config/ -->
<dependency>
    <groupId>com.spotify.checkstyle</groupId>
    <artifactId>spotify-checkstyle-config</artifactId>
    <version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.checkstyle/spotify-checkstyle-config/
implementation 'com.spotify.checkstyle:spotify-checkstyle-config:1.0.10'
// https://jarcasting.com/artifacts/com.spotify.checkstyle/spotify-checkstyle-config/
implementation ("com.spotify.checkstyle:spotify-checkstyle-config:1.0.10")
'com.spotify.checkstyle:spotify-checkstyle-config:jar:1.0.10'
<dependency org="com.spotify.checkstyle" name="spotify-checkstyle-config" rev="1.0.10">
  <artifact name="spotify-checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.checkstyle', module='spotify-checkstyle-config', version='1.0.10')
)
libraryDependencies += "com.spotify.checkstyle" % "spotify-checkstyle-config" % "1.0.10"
[com.spotify.checkstyle/spotify-checkstyle-config "1.0.10"]