Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.izettle |
ArtifactId | ArtifactIdizettle-checkstyle |
Version | Version2.1.16 |
Type | Typejar |
Filename | Size |
---|---|
izettle-checkstyle-2.1.16.pom | |
izettle-checkstyle-2.1.16.jar | 5 KB |
izettle-checkstyle-2.1.16-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.izettle/izettle-checkstyle/ -->
<dependency>
<groupId>com.izettle</groupId>
<artifactId>izettle-checkstyle</artifactId>
<version>2.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.izettle/izettle-checkstyle/
implementation 'com.izettle:izettle-checkstyle:2.1.16'
// https://jarcasting.com/artifacts/com.izettle/izettle-checkstyle/
implementation ("com.izettle:izettle-checkstyle:2.1.16")
'com.izettle:izettle-checkstyle:jar:2.1.16'
<dependency org="com.izettle" name="izettle-checkstyle" rev="2.1.16">
<artifact name="izettle-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.izettle', module='izettle-checkstyle', version='2.1.16')
)
libraryDependencies += "com.izettle" % "izettle-checkstyle" % "2.1.16"
[com.izettle/izettle-checkstyle "2.1.16"]