Download
The e!DAL API is available in the official central Maven-Repository and provides therefore several options to embed into your infrastructure and build management system:
Apache Maven artifacts
Section titled “Apache Maven artifacts”<project><dependencies> <dependency> <groupId>de.ipk-gatersleben</groupId> <artifactId>eDAL-MetaDataAPI | eDAL-MetaDataAPI-Server | eDAL-MetaDataAPI-Client</artifactId> <version>3.0.4</version> </dependency><dependencies></project>Gradle Build Tool
Section titled “Gradle Build Tool”repositories { mavenCentral()}dependencies { compile 'de.ipk-gatersleben:eDAL-MetaDataAPI:3.0.4' compile 'de.ipk-gatersleben:eDAL-MetaDataAPI-Server:3.0.4' compile 'de.ipk-gatersleben:eDAL-MetaDataAPI-Client:3.0.4'}