| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.labkey</groupId>
<artifactId>labkey-client-api</artifactId>
<version>17.2</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>json</artifactId>
<groupId>org.json</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sf.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>2.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<url>http://www.labkey.org</url>
<name>labkey-client-api</name>
<description>The client-side library for Java developers is a separate JAR from the LabKey Server code base. It can be used by any Java program, including another Java web application.</description>
<organization>
<name>LabKey.org</name>
<url>http://www.labkey.org</url>
</organization>
<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>http://hedgehog.fhcrc.org/tor/stedi/trunk</url>
<connection>http://hedgehog.fhcrc.org/tor/stedi/trunk</connection>
<developerConnection>http://hedgehog.fhcrc.org/tor/stedi/trunk</developerConnection>
</scm>
<developers>
<developer>
<id>labkey-team</id>
<name>The LabKey Development Team</name>
<organization>LabKey.org</organization>
<organizationUrl>http://www.labkey.org</organizationUrl>
</developer>
</developers>
</project>
|