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