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