is not current version
Last Version 0.5

com.github.mauricioaniche:springlint 0.4

Code smells detector for Spring MVC systems

GroupId

GroupId

com.github.mauricioaniche
ArtifactId

ArtifactId

springlint
Version

Version

0.4
Type

Type

jar

Download springlint 0.4


<!-- https://jarcasting.com/artifacts/com.github.mauricioaniche/springlint/ -->
<dependency>
    <groupId>com.github.mauricioaniche</groupId>
    <artifactId>springlint</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mauricioaniche/springlint/
implementation 'com.github.mauricioaniche:springlint:0.4'
// https://jarcasting.com/artifacts/com.github.mauricioaniche/springlint/
implementation ("com.github.mauricioaniche:springlint:0.4")
'com.github.mauricioaniche:springlint:jar:0.4'
<dependency org="com.github.mauricioaniche" name="springlint" rev="0.4">
  <artifact name="springlint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mauricioaniche', module='springlint', version='0.4')
)
libraryDependencies += "com.github.mauricioaniche" % "springlint" % "0.4"
[com.github.mauricioaniche/springlint "0.4"]