Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.io7m.smfj |
ArtifactId | ArtifactIdio7m-smfj-checkstyle |
Version | Version0.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.io7m.smfj/io7m-smfj-checkstyle/ -->
<dependency>
<groupId>com.io7m.smfj</groupId>
<artifactId>io7m-smfj-checkstyle</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.smfj/io7m-smfj-checkstyle/
implementation 'com.io7m.smfj:io7m-smfj-checkstyle:0.5.1'
// https://jarcasting.com/artifacts/com.io7m.smfj/io7m-smfj-checkstyle/
implementation ("com.io7m.smfj:io7m-smfj-checkstyle:0.5.1")
'com.io7m.smfj:io7m-smfj-checkstyle:jar:0.5.1'
<dependency org="com.io7m.smfj" name="io7m-smfj-checkstyle" rev="0.5.1">
<artifact name="io7m-smfj-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.smfj', module='io7m-smfj-checkstyle', version='0.5.1')
)
libraryDependencies += "com.io7m.smfj" % "io7m-smfj-checkstyle" % "0.5.1"
[com.io7m.smfj/io7m-smfj-checkstyle "0.5.1"]