managers-rdf
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.egonw.bacting</groupId> <artifactId>managers-rdf</artifactId> <version>1.0.6</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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>managers-semweb</artifactId> <groupId>io.github.egonw.bacting</groupId> <version>1.0.6</version> </parent> <artifactId>managers-rdf</artifactId> <packaging>jar</packaging> <name>managers-rdf</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>${maven.compiler.version}</version> <configuration> <source>17</source> <target>17</target> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencies> <dependency> <groupId>io.github.egonw.bacting</groupId> <artifactId>bioclipse-rdf</artifactId> <version>${bioclipse.version}</version> <exclusions> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-shex</artifactId> <version>${jena.version}</version> </dependency> <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-base</artifactId> <version>${jena.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>${commonslogging.version}</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.egonw.bacting</groupId> <artifactId>bioclipse-core</artifactId> <version>${bioclipse.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> <version>${junit.version}</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> <version>${junit.version}</version> </dependency> <dependency> <groupId>io.github.egonw.bacting</groupId> <artifactId>managers-ui</artifactId> <scope>test</scope> <version>1.0.6</version> </dependency> </dependencies> </project>