is not current version
Last Version 1.1.0

org.kitesdk:kite-tools 1.0.0

The Kite Tools module provides command-line tools for performing common tasks with Kite.

GroupId

GroupId

org.kitesdk
ArtifactId

ArtifactId

kite-tools
Version

Version

1.0.0
Type

Type

jar

Download kite-tools 1.0.0


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