is not current version
Last Version 8

org.kitei.internal:kitei-rules 4

Ruleset and configuration for the various checker tools used by the Kitei build.

GroupId

GroupId

org.kitei.internal
ArtifactId

ArtifactId

kitei-rules
Version

Version

4
Type

Type

jar

Download kitei-rules 4


<!-- https://jarcasting.com/artifacts/org.kitei.internal/kitei-rules/ -->
<dependency>
    <groupId>org.kitei.internal</groupId>
    <artifactId>kitei-rules</artifactId>
    <version>4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kitei.internal/kitei-rules/
implementation 'org.kitei.internal:kitei-rules:4'
// https://jarcasting.com/artifacts/org.kitei.internal/kitei-rules/
implementation ("org.kitei.internal:kitei-rules:4")
'org.kitei.internal:kitei-rules:jar:4'
<dependency org="org.kitei.internal" name="kitei-rules" rev="4">
  <artifact name="kitei-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kitei.internal', module='kitei-rules', version='4')
)
libraryDependencies += "org.kitei.internal" % "kitei-rules" % "4"
[org.kitei.internal/kitei-rules "4"]