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