Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdorg.openengsb.tooling |
ArtifactId | ArtifactIdopenengsb-tooling-checkstyle |
Version | Version1.0.4.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openengsb.tooling/openengsb-tooling-checkstyle/ -->
<dependency>
<groupId>org.openengsb.tooling</groupId>
<artifactId>openengsb-tooling-checkstyle</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.tooling/openengsb-tooling-checkstyle/
implementation 'org.openengsb.tooling:openengsb-tooling-checkstyle:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/org.openengsb.tooling/openengsb-tooling-checkstyle/
implementation ("org.openengsb.tooling:openengsb-tooling-checkstyle:1.0.4.RELEASE")
'org.openengsb.tooling:openengsb-tooling-checkstyle:jar:1.0.4.RELEASE'
<dependency org="org.openengsb.tooling" name="openengsb-tooling-checkstyle" rev="1.0.4.RELEASE">
<artifact name="openengsb-tooling-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.tooling', module='openengsb-tooling-checkstyle', version='1.0.4.RELEASE')
)
libraryDependencies += "org.openengsb.tooling" % "openengsb-tooling-checkstyle" % "1.0.4.RELEASE"
[org.openengsb.tooling/openengsb-tooling-checkstyle "1.0.4.RELEASE"]