| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdcom.astutebits |
| ArtifactId | ArtifactIdjsquint-checkstyle |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjsquint-checkstyle
Quality control library, integrating together other static
analysis and validation tools and instruments.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jsquint-checkstyle-0.3.0.pom | |
| jsquint-checkstyle-0.3.0.jar | 43 KB |
| jsquint-checkstyle-0.3.0-sources.jar | 48 KB |
| jsquint-checkstyle-0.3.0-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.astutebits/jsquint-checkstyle/ -->
<dependency>
<groupId>com.astutebits</groupId>
<artifactId>jsquint-checkstyle</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.astutebits/jsquint-checkstyle/
implementation 'com.astutebits:jsquint-checkstyle:0.3.0'
// https://jarcasting.com/artifacts/com.astutebits/jsquint-checkstyle/
implementation ("com.astutebits:jsquint-checkstyle:0.3.0")
'com.astutebits:jsquint-checkstyle:jar:0.3.0'
<dependency org="com.astutebits" name="jsquint-checkstyle" rev="0.3.0">
<artifact name="jsquint-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.astutebits', module='jsquint-checkstyle', version='0.3.0')
)
libraryDependencies += "com.astutebits" % "jsquint-checkstyle" % "0.3.0"
[com.astutebits/jsquint-checkstyle "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.astutebits : jsquint-api | jar | 0.3.0 |
| com.google.guava : guava | jar | 20.0 |
| com.jcabi : jcabi-log | jar | 0.17 |
| com.puppycrawl.tools : checkstyle | jar | 6.19 |
| commons-io : commons-io | jar | 2.4 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.jcabi : jcabi-aspects | jar | 0.22.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 2.0.32-beta |