lite
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>lite</artifactId>
<version>1.1-RELEASE</version>
</dependency><!--
Apache Maven 2 POM generated by Apache Ivy
http://ant.apache.org/ivy/
Apache Ivy version: 2.4.0-rc1 20140315220245
-->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.gkutiel</groupId>
<artifactId>lite</artifactId>
<packaging>jar</packaging>
<version>1.1-RELEASE</version>
<description>The best micro sql framework </description>
<url>https://github.com/gkutiel/in</url>
<name>in</name>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git://github.com/gkutiel/lite.git</url>
<connection>git://github.com/gkutiel/lite.git</connection>
</scm>
<developers>
<developer>
<id>gkutiel</id>
<name>Gilad Kutiel</name>
<email>gilad.kutiel@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jolbox</groupId>
<artifactId>bonecp</artifactId>
<version>0.8.0.RELEASE</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>