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