License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdcom.github.krdev.checkstyle |
ArtifactId | ArtifactIdcheckstyle-bundle |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncheckstyle-bundle
Parent POM file for checkstyle project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-bundle-0.0.1.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.krdev.checkstyle/checkstyle-bundle/ -->
<dependency>
<groupId>com.github.krdev.checkstyle</groupId>
<artifactId>checkstyle-bundle</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.krdev.checkstyle/checkstyle-bundle/
implementation 'com.github.krdev.checkstyle:checkstyle-bundle:0.0.1'
// https://jarcasting.com/artifacts/com.github.krdev.checkstyle/checkstyle-bundle/
implementation ("com.github.krdev.checkstyle:checkstyle-bundle:0.0.1")
'com.github.krdev.checkstyle:checkstyle-bundle:pom:0.0.1'
<dependency org="com.github.krdev.checkstyle" name="checkstyle-bundle" rev="0.0.1">
<artifact name="checkstyle-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.krdev.checkstyle', module='checkstyle-bundle', version='0.0.1')
)
libraryDependencies += "com.github.krdev.checkstyle" % "checkstyle-bundle" % "0.0.1"
[com.github.krdev.checkstyle/checkstyle-bundle "0.0.1"]