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