is not current version
Last Version 1.1.0

org.kitesdk:kite-parent 1.0.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

1.0.0
Type

Type

pom

Download kite-parent 1.0.0

Filename Size
kite-parent-1.0.0.pom 46 KB
Browse

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