is not current version
Last Version 8

org.kitei.internal:kitei-rules 1

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

GroupId

GroupId

org.kitei.internal
ArtifactId

ArtifactId

kitei-rules
Version

Version

1
Type

Type

jar

Download kitei-rules 1


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