License |
License |
---|---|
GroupId | GroupIdcom.github.mauricioaniche |
ArtifactId | ArtifactIdspringlint |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionSpringLint
Code smells detector for Spring MVC systems
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
springlint-0.5.pom | |
springlint-0.5.jar | 59 KB |
springlint-0.5-sources.jar | 34 KB |
springlint-0.5-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mauricioaniche/springlint/ -->
<dependency>
<groupId>com.github.mauricioaniche</groupId>
<artifactId>springlint</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mauricioaniche/springlint/
implementation 'com.github.mauricioaniche:springlint:0.5'
// https://jarcasting.com/artifacts/com.github.mauricioaniche/springlint/
implementation ("com.github.mauricioaniche:springlint:0.5")
'com.github.mauricioaniche:springlint:jar:0.5'
<dependency org="com.github.mauricioaniche" name="springlint" rev="0.5">
<artifact name="springlint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mauricioaniche', module='springlint', version='0.5')
)
libraryDependencies += "com.github.mauricioaniche" % "springlint" % "0.5"
[com.github.mauricioaniche/springlint "0.5"]
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.3.1 |
com.google.code.gson : gson | jar | 2.5 |
br.com.aniche : ck | jar | 0.0.8 |
org.apache.commons : commons-lang3 | jar | 3.4 |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12-beta-3 |