Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdorg.apache.marmotta |
ArtifactId | ArtifactIdcheckstyle-resources |
Version | Version3.0.0-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.marmotta/checkstyle-resources/ -->
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>checkstyle-resources</artifactId>
<version>3.0.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/checkstyle-resources/
implementation 'org.apache.marmotta:checkstyle-resources:3.0.0-incubating'
// https://jarcasting.com/artifacts/org.apache.marmotta/checkstyle-resources/
implementation ("org.apache.marmotta:checkstyle-resources:3.0.0-incubating")
'org.apache.marmotta:checkstyle-resources:jar:3.0.0-incubating'
<dependency org="org.apache.marmotta" name="checkstyle-resources" rev="3.0.0-incubating">
<artifact name="checkstyle-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='checkstyle-resources', version='3.0.0-incubating')
)
libraryDependencies += "org.apache.marmotta" % "checkstyle-resources" % "3.0.0-incubating"
[org.apache.marmotta/checkstyle-resources "3.0.0-incubating"]