All Downloads are FREE. Search and download functionalities are using the official Maven repository.

core-rdf.1.3.1.source-code.pom.xml Maven / Gradle / Ivy

Go to download

Core support for the Resource Description Framework (RDF), including object-rdf mapping.

There is a newer version: 1.3.10
Show newest version
<?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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>{!g!}</groupId>
  <artifactId>{!a!}</artifactId>
  <version>{!v!}</version>{!p!}
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core-rdf</artifactId>
      <version>1.0.6-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.1</version>
      <scope>compile</scope>
    </dependency>
	<dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>openimaj-releases</id>
      <name>openimaj-releases</name>
      <url>http://maven.openimaj.org</url>
    </repository>
    <repository>
      <id>openimaj-snapshots</id>
      <name>openimaj-snapshots</name>
      <url>http://snapshots.openimaj.org</url>
    </repository>
  </repositories>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy