Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdorg.ops4j.pax.transx |
ArtifactId | ArtifactIdpax-transx-checkstyle-rules |
Version | Version0.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.transx/pax-transx-checkstyle-rules/ -->
<dependency>
<groupId>org.ops4j.pax.transx</groupId>
<artifactId>pax-transx-checkstyle-rules</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.transx/pax-transx-checkstyle-rules/
implementation 'org.ops4j.pax.transx:pax-transx-checkstyle-rules:0.4.3'
// https://jarcasting.com/artifacts/org.ops4j.pax.transx/pax-transx-checkstyle-rules/
implementation ("org.ops4j.pax.transx:pax-transx-checkstyle-rules:0.4.3")
'org.ops4j.pax.transx:pax-transx-checkstyle-rules:jar:0.4.3'
<dependency org="org.ops4j.pax.transx" name="pax-transx-checkstyle-rules" rev="0.4.3">
<artifact name="pax-transx-checkstyle-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.transx', module='pax-transx-checkstyle-rules', version='0.4.3')
)
libraryDependencies += "org.ops4j.pax.transx" % "pax-transx-checkstyle-rules" % "0.4.3"
[org.ops4j.pax.transx/pax-transx-checkstyle-rules "0.4.3"]