| License |
License
BSD 3-Clause License
|
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdorg.vivoweb |
| ArtifactId | ArtifactIdcheckstyle |
| Last Version | Last Version1.11.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVitro Checkstyle
Vitro semantic web application project
|
| Filename | Size |
|---|---|
| checkstyle-1.11.0.pom | |
| checkstyle-1.11.0.jar | 3 KB |
| checkstyle-1.11.0-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.vivoweb/checkstyle/ -->
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>checkstyle</artifactId>
<version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.vivoweb/checkstyle/
implementation 'org.vivoweb:checkstyle:1.11.0'
// https://jarcasting.com/artifacts/org.vivoweb/checkstyle/
implementation ("org.vivoweb:checkstyle:1.11.0")
'org.vivoweb:checkstyle:jar:1.11.0'
<dependency org="org.vivoweb" name="checkstyle" rev="1.11.0">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vivoweb', module='checkstyle', version='1.11.0')
)
libraryDependencies += "org.vivoweb" % "checkstyle" % "1.11.0"
[org.vivoweb/checkstyle "1.11.0"]