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