| License | License | 
|---|---|
| GroupId | GroupIdtr.com.lucidcode | 
| ArtifactId | ArtifactIdkite-archetype | 
| Last Version | Last Version1.0.14 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionKite Archetype A Maven Archetype that allows users to create a Fresh Kite project | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| kite-archetype-1.0.14.pom | |
| kite-archetype-1.0.14.jar | 4 KB | 
| kite-archetype-1.0.14-sources.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/tr.com.lucidcode/kite-archetype/ -->
<dependency>
    <groupId>tr.com.lucidcode</groupId>
    <artifactId>kite-archetype</artifactId>
    <version>1.0.14</version>
</dependency>// https://jarcasting.com/artifacts/tr.com.lucidcode/kite-archetype/
implementation 'tr.com.lucidcode:kite-archetype:1.0.14'// https://jarcasting.com/artifacts/tr.com.lucidcode/kite-archetype/
implementation ("tr.com.lucidcode:kite-archetype:1.0.14")'tr.com.lucidcode:kite-archetype:jar:1.0.14'<dependency org="tr.com.lucidcode" name="kite-archetype" rev="1.0.14">
  <artifact name="kite-archetype" type="jar" />
</dependency>@Grapes(
@Grab(group='tr.com.lucidcode', module='kite-archetype', version='1.0.14')
)libraryDependencies += "tr.com.lucidcode" % "kite-archetype" % "1.0.14"[tr.com.lucidcode/kite-archetype "1.0.14"]