kite-archetype
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tr.com.lucidcode</groupId> <artifactId>kite-archetype</artifactId> <version>1.0.14</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>tr.com.lucidcode</groupId> <artifactId>kite-archetype</artifactId> <version>1.0.14</version> <packaging>jar</packaging> <name>Kite Archetype</name> <description>A Maven Archetype that allows users to create a Fresh Kite project</description> <url>http://www.lucidcode.com.tr</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <scm> <url>https://github.com/LucidCodeTr/kite-archetype.git</url> <connection>scm:git:https://github.com/LucidCodeTr/kite-archetype.git/kite-archetype</connection> <developerConnection>scm:git:https://github.com/LucidCodeTr/kite-archetype.git</developerConnection> </scm> <developers> <developer> <id>omerg</id> <name>Omer Gurarslan</name> <email>omerg@lucidcode.com.tr</email> <url>http://www.lucidcode.com.tr/#!about/cgvz</url> <organization>LucidCode</organization> <organizationUrl>http://www.lucidcode.com.tr</organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> <timezone>+2</timezone> <properties> <picUrl>http://tinyurl.com/pltz7ss</picUrl> </properties> </developer> <developer> <id>alpera</id> <name>Alper Arabaci</name> <email>alper.arabaci@lucidcode.com.tr</email> <url>http://www.lucidcode.com.tr/#!about/cgvz</url> <organization>LucidCode</organization> <organizationUrl>http://www.lucidcode.com.tr</organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> <timezone>+2</timezone> <properties> </properties> </developer> </developers> </project>