| Categories | CategoriesCheckstyle Application Testing & Monitoring Code Analysis Doma Data ORM | 
|---|---|
| GroupId | GroupIdcom.blazebit | 
| ArtifactId | ArtifactIdblaze-domain-checkstyle-rules | 
| Version | Version1.0.0-Alpha5 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.blazebit/blaze-domain-checkstyle-rules/ -->
<dependency>
    <groupId>com.blazebit</groupId>
    <artifactId>blaze-domain-checkstyle-rules</artifactId>
    <version>1.0.0-Alpha5</version>
</dependency>// https://jarcasting.com/artifacts/com.blazebit/blaze-domain-checkstyle-rules/
implementation 'com.blazebit:blaze-domain-checkstyle-rules:1.0.0-Alpha5'// https://jarcasting.com/artifacts/com.blazebit/blaze-domain-checkstyle-rules/
implementation ("com.blazebit:blaze-domain-checkstyle-rules:1.0.0-Alpha5")'com.blazebit:blaze-domain-checkstyle-rules:jar:1.0.0-Alpha5'<dependency org="com.blazebit" name="blaze-domain-checkstyle-rules" rev="1.0.0-Alpha5">
  <artifact name="blaze-domain-checkstyle-rules" type="jar" />
</dependency>@Grapes(
@Grab(group='com.blazebit', module='blaze-domain-checkstyle-rules', version='1.0.0-Alpha5')
)libraryDependencies += "com.blazebit" % "blaze-domain-checkstyle-rules" % "1.0.0-Alpha5"[com.blazebit/blaze-domain-checkstyle-rules "1.0.0-Alpha5"]