ontop-mapping-owlapi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>it.unibz.inf.ontop</groupId> <artifactId>ontop-mapping-owlapi</artifactId> <version>5.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>it.unibz.inf.ontop</groupId> <artifactId>ontop-mapping</artifactId> <version>5.3.0</version> </parent> <artifactId>ontop-mapping-owlapi</artifactId> <properties> <!-- filtering currently not used --> <filter.main.resources>true</filter.main.resources> </properties> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-model</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-obda-core</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-optimization</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-mapping-core</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-ontology-owlapi</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> <dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi-api</artifactId> </dependency> <dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi-apibinding</artifactId> </dependency> <dependency> <groupId>edu.stanford.protege</groupId> <artifactId>org.protege.xmlcatalog</artifactId> <exclusions> <exclusion> <artifactId>owlapi-osgidistribution</artifactId> <groupId>net.sourceforge.owlapi</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>