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