is not current version
Last Version 8

org.kitei.internal:kitei-rules 2

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

GroupId

GroupId

org.kitei.internal
ArtifactId

ArtifactId

kitei-rules
Version

Version

2
Type

Type

jar

Download kitei-rules 2


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