dbimport
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.viaboxx</groupId> <artifactId>dbimport</artifactId> <version>2.5.20</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/maven-v4_0_0.xsd"> <parent> <groupId>de.viaboxx</groupId> <artifactId>agimatec-tools</artifactId> <version>2.5.20</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>de.viaboxx</groupId> <artifactId>dbimport</artifactId> <packaging>jar</packaging> <version>2.5.20</version> <name>Fileimport tools</name> <url>http://code.google.com/p/agimatec-tools/</url> <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> <distributionManagement> <site> <id>${agimatec-site-id}</id> <url>${agimatec-site-url}/agimatec-tools/site/dbimport</url> </site> </distributionManagement> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <optional>true</optional> </dependency> <!-- required to read excel spreadsheets --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> </dependencies> </project>