| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
|---|---|
| GroupId | GroupIdpl.chilldev.parent |
| ArtifactId | ArtifactIdparent-checkstyle |
| Version | Version0.4.20 |
| Type | Typejar |
| Filename | Size |
|---|---|
| parent-checkstyle-0.4.20.pom | |
| parent-checkstyle-0.4.20.jar | 4 KB |
| parent-checkstyle-0.4.20-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.parent/parent-checkstyle/ -->
<dependency>
<groupId>pl.chilldev.parent</groupId>
<artifactId>parent-checkstyle</artifactId>
<version>0.4.20</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.parent/parent-checkstyle/
implementation 'pl.chilldev.parent:parent-checkstyle:0.4.20'
// https://jarcasting.com/artifacts/pl.chilldev.parent/parent-checkstyle/
implementation ("pl.chilldev.parent:parent-checkstyle:0.4.20")
'pl.chilldev.parent:parent-checkstyle:jar:0.4.20'
<dependency org="pl.chilldev.parent" name="parent-checkstyle" rev="0.4.20">
<artifact name="parent-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.parent', module='parent-checkstyle', version='0.4.20')
)
libraryDependencies += "pl.chilldev.parent" % "parent-checkstyle" % "0.4.20"
[pl.chilldev.parent/parent-checkstyle "0.4.20"]