jelly-titanium-rdf-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>eu.neverblink.jelly</groupId> <artifactId>jelly-titanium-rdf-api</artifactId> <version>3.2.0</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>eu.neverblink.jelly</groupId> <artifactId>jelly-titanium-rdf-api</artifactId> <packaging>jar</packaging> <description>Implementation of the Titanium RDF API for Jelly-JVM. See: https://github.com/filip26/titanium-rdf-api If you are already using RDF4J or Jena, it's recommended to use their dedicated integration modules instead of this one for better performance and more features. This is the Java version of the Titanium RDF API adapter.</description> <url>https://w3id.org/jelly/jelly-jvm</url> <version>3.2.0</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>jelly-titanium-rdf-api</name> <organization> <name>eu.neverblink.jelly</name> <url>https://w3id.org/jelly/jelly-jvm</url> </organization> <scm> <url>https://github.com/Jelly-RDF/jelly-jvm</url> <connection>scm:git:https://github.com/Jelly-RDF/jelly-jvm.git</connection> <developerConnection>scm:git:git@github.com:Jelly-RDF/jelly-jvm.git</developerConnection> </scm> <developers> <developer> <id>Ostrzyciel</id> <name>Piotr Sowiński</name> <url>https://github.com/Ostrzyciel</url> <email>piotr@neverblink.eu</email> </developer> </developers> <properties> <info.versionScheme>semver-spec</info.versionScheme> </properties> <dependencies> <dependency> <groupId>eu.neverblink.jelly</groupId> <artifactId>jelly-core</artifactId> <version>3.2.0</version> </dependency> <dependency> <groupId>com.apicatalog</groupId> <artifactId>titanium-rdf-api</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3</artifactId> <version>3.2.19</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.6</version> <scope>test</scope> </dependency> </dependencies> </project>