Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.qulice |
ArtifactId | ArtifactIdqulice-checkstyle |
Version | Version0.13.3 |
Type | Typejar |
Filename | Size |
---|---|
qulice-checkstyle-0.13.3.pom | |
qulice-checkstyle-0.13.3.jar | 34 KB |
qulice-checkstyle-0.13.3-sources.jar | 39 KB |
qulice-checkstyle-0.13.3-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qulice/qulice-checkstyle/ -->
<dependency>
<groupId>com.qulice</groupId>
<artifactId>qulice-checkstyle</artifactId>
<version>0.13.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.qulice/qulice-checkstyle/
implementation 'com.qulice:qulice-checkstyle:0.13.3'
// https://jarcasting.com/artifacts/com.qulice/qulice-checkstyle/
implementation ("com.qulice:qulice-checkstyle:0.13.3")
'com.qulice:qulice-checkstyle:jar:0.13.3'
<dependency org="com.qulice" name="qulice-checkstyle" rev="0.13.3">
<artifact name="qulice-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qulice', module='qulice-checkstyle', version='0.13.3')
)
libraryDependencies += "com.qulice" % "qulice-checkstyle" % "0.13.3"
[com.qulice/qulice-checkstyle "0.13.3"]