License |
License |
---|---|
Categories |
CategoriesSpring MVC User Interface Web Frameworks Checkstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdcom.github.born2snipe |
ArtifactId | ArtifactIdspring-mvc-checkstyle-rules |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-mvc-checkstyle-rules
This is some custom checkstyle rules for checking specifics around Spring MVC
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.born2snipe/spring-mvc-checkstyle-rules/ -->
<dependency>
<groupId>com.github.born2snipe</groupId>
<artifactId>spring-mvc-checkstyle-rules</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.born2snipe/spring-mvc-checkstyle-rules/
implementation 'com.github.born2snipe:spring-mvc-checkstyle-rules:0.0.1'
// https://jarcasting.com/artifacts/com.github.born2snipe/spring-mvc-checkstyle-rules/
implementation ("com.github.born2snipe:spring-mvc-checkstyle-rules:0.0.1")
'com.github.born2snipe:spring-mvc-checkstyle-rules:jar:0.0.1'
<dependency org="com.github.born2snipe" name="spring-mvc-checkstyle-rules" rev="0.0.1">
<artifact name="spring-mvc-checkstyle-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.born2snipe', module='spring-mvc-checkstyle-rules', version='0.0.1')
)
libraryDependencies += "com.github.born2snipe" % "spring-mvc-checkstyle-rules" % "0.0.1"
[com.github.born2snipe/spring-mvc-checkstyle-rules "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.puppycrawl.tools : checkstyle | jar | 6.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | 4.2.2.RELEASE |
junit : junit | jar | 4.12 |