is not current version
Last Version 1.1.0

org.kitesdk:kite-parent 0.15.0

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.15.0
Type

Type

pom

Download kite-parent 0.15.0

Filename Size
kite-parent-0.15.0.pom 44 KB
Browse

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