MVN

xyz.ottr.lutra : lutra-wottr

Maven & Gradle

Jun 13, 2023

xyz.ottr.lutra:lutra-wottr · This Lutra submodule implements readers and writers for the wOTTR serialisation format (https://spec.ottr.xyz/wOTTR/0.4/). wOTTR is a syntax for writing templates and instances in RDF intended for publishing templates and instances on the web or for storage in a triplestore. Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.

<dependency>
    <groupId>xyz.ottr.lutra</groupId>
    <artifactId>lutra-wottr</artifactId>
    <version>0.6.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.ottr.lutra : lutra-wottr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.18

All Versions

Choose a version of xyz.ottr.lutra : lutra-wottr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
lutra-wottr-0.6.18
lutra-wottr-0.6.17
lutra-wottr-0.6.16
lutra-wottr-0.6.15
lutra-wottr-0.6.14
lutra-wottr-0.6.13
lutra-wottr-0.6.12
lutra-wottr-0.6.11
lutra-wottr-0.6.10
lutra-wottr-0.6.9

How to add a dependency to Maven

Add the following xyz.ottr.lutra : lutra-wottr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.ottr.lutra</groupId>
    <artifactId>lutra-wottr</artifactId>
    <version>0.6.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.ottr.lutra : lutra-wottr gradle dependency to your build.gradle file:

implementation 'xyz.ottr.lutra:lutra-wottr:0.6.18'

Gradle Kotlin DSL: Add the following xyz.ottr.lutra : lutra-wottr gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.ottr.lutra:lutra-wottr:0.6.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.ottr.lutra : lutra-wottr sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.ottr.lutra" % "lutra-wottr" % "0.6.18"

Advertisement