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