<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>de.ipk-gatersleben</groupId> <artifactId>eDAL-MetaDataAPI-Client</artifactId> <version>2.5.2</version> <name>eDAL-MetaDataAPI-Client</name> <description>eDAL stands for electronic Data Archive Library and provide a storage solution for scientific data storage management extension to a file system</description> <url>http://edal.ipk-gatersleben.de</url> <licenses> <license> <name>Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)</name> <url>http://creativecommons.org/licenses/by-nd/4.0/</url> </license> </licenses> <developers> <developer> <name>Daniel Arend</name> <email>arendd@ipk-gatersleben.de</email> <organization>IPK Gatersleben</organization> <organizationUrl>http://www.ipk.gatersleben.de</organizationUrl> </developer> <developer> <name>Matthias Lange</name> <email>lange@ipk-gatersleben.de</email> <organization>IPK Gatersleben</organization> <organizationUrl>http://www.ipk.gatersleben.de</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://bitbucket.org/ipk_bit_team/edal-api-client.git</connection> <developerConnection>scm:git:https://bitbucket.org/ipk_bit_team/edal-api-client.git</developerConnection> <url>https://bitbucket.org/ipk_bit_team/edal-api-client.git</url> </scm> <dependencies> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.8.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.ipk-gatersleben</groupId> <artifactId>eDAL-MetaDataAPI-Server</artifactId> <version>2.5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-all</artifactId> <version>1.6.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.miglayout</groupId> <artifactId>miglayout-core</artifactId> <version>4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.miglayout</groupId> <artifactId>miglayout-swing</artifactId> <version>4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>de.ipk-gatersleben</groupId> <artifactId>eDAL-MetaDataAPI-Client</artifactId> <version>2.5.2</version> <classifier>jar-with-dependencies</classifier> </dependency>
de.ipk-gatersleben:eDAL-MetaDataAPI-Client:2.5.2:jar-with-dependencies