is not current version
Last Version 1.1.0

org.kitesdk:kite-parent 0.17.1

Kite SDK is a set of libraries, tools, and docs to simplify the development of data-related systems.

GroupId

GroupId

org.kitesdk
ArtifactId

ArtifactId

kite-parent
Version

Version

0.17.1
Type

Type

pom

Download kite-parent 0.17.1

Filename Size
kite-parent-0.17.1.pom 45 KB
Browse

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