<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> <artifactId>MetaModel</artifactId> <groupId>org.eobjects.metamodel</groupId> <version>3.4.10</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>MetaModel-dbase</artifactId> <name>MetaModel module for dBase database files</name> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <configuration> <instrumentation> <excludes> <exclude>org/xBaseJ/**/*.class</exclude> </excludes> </instrumentation> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.eobjects.metamodel</groupId> <artifactId>MetaModel-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-nop</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.eobjects.metamodel</groupId> <artifactId>MetaModel-dbase</artifactId> <version>3.4.10</version> </dependency>
org.eobjects.metamodel:MetaModel-dbase:3.4.10