is not current version
Last Version 1.0.14

tr.com.lucidcode:kite-archetype 1.0.10

A Maven Archetype that allows users to create a Fresh Kite project

GroupId

GroupId

tr.com.lucidcode
ArtifactId

ArtifactId

kite-archetype
Version

Version

1.0.10
Type

Type

jar

Download kite-archetype 1.0.10


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