MVN

xyz.ottr.lutra : lutra-core

Maven & Gradle

Jun 13, 2023

xyz.ottr.lutra:lutra-core · This Lutra submodule provides a common framework that other submodules in Lutra use and extend. It includes an implementation of OTTR's data model with classes for templates, instances, types, etc.; a system for handling results and error messages; core interfaces and abstract classes for streamed pipelines for parsing and writing templates and instances; as well as implementation of the TemplateStore, a container for templates, with algorithms for checking correctness of templates and expanding and checking correctness of instances. 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-core</artifactId>
    <version>0.6.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.18

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Discover Dependencies

Aug 08, 2023
2 usages
0 stars
Jun 06, 2023
16 usages
Nov 11, 2017
2 usages
0 stars
Aug 11, 2015
11 usages
Nov 10, 2020
2 usages
44 stars
Nov 26, 2019
3 usages
250 stars
Dec 19, 2019
3 usages
0 stars
Dec 10, 2019
2 usages
10 stars
Mar 16, 2021
4 usages
13 stars
Mar 20, 2022
18 usages
2 stars