License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdedu.byu.hbll |
ArtifactId | ArtifactIdcheckstyle |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionedu.byu.hbll:checkstyle
Checkstyle for BYU HBLL projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-1.0.0.pom | |
checkstyle-1.0.0.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll/checkstyle/ -->
<dependency>
<groupId>edu.byu.hbll</groupId>
<artifactId>checkstyle</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll/checkstyle/
implementation 'edu.byu.hbll:checkstyle:1.0.0'
// https://jarcasting.com/artifacts/edu.byu.hbll/checkstyle/
implementation ("edu.byu.hbll:checkstyle:1.0.0")
'edu.byu.hbll:checkstyle:jar:1.0.0'
<dependency org="edu.byu.hbll" name="checkstyle" rev="1.0.0">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll', module='checkstyle', version='1.0.0')
)
libraryDependencies += "edu.byu.hbll" % "checkstyle" % "1.0.0"
[edu.byu.hbll/checkstyle "1.0.0"]