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