Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.spotify.checkstyle |
ArtifactId | ArtifactIdspotify-checkstyle-config |
Version | Version1.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify.checkstyle/spotify-checkstyle-config/ -->
<dependency>
<groupId>com.spotify.checkstyle</groupId>
<artifactId>spotify-checkstyle-config</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.checkstyle/spotify-checkstyle-config/
implementation 'com.spotify.checkstyle:spotify-checkstyle-config:1.0.9'
// https://jarcasting.com/artifacts/com.spotify.checkstyle/spotify-checkstyle-config/
implementation ("com.spotify.checkstyle:spotify-checkstyle-config:1.0.9")
'com.spotify.checkstyle:spotify-checkstyle-config:jar:1.0.9'
<dependency org="com.spotify.checkstyle" name="spotify-checkstyle-config" rev="1.0.9">
<artifact name="spotify-checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.checkstyle', module='spotify-checkstyle-config', version='1.0.9')
)
libraryDependencies += "com.spotify.checkstyle" % "spotify-checkstyle-config" % "1.0.9"
[com.spotify.checkstyle/spotify-checkstyle-config "1.0.9"]