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