MVN

xyz.ottr.lutra : lutra-restapi

Maven & Gradle

Jun 13, 2023

xyz.ottr.lutra:lutra-restapi · This Lutra submodule implements a servlet that provides a wrapper over the Lutra CLI for use as a web application. The module is built into a WAR file for deployment to a Java Web Server. The module is intended to be repurposed into a REST API. 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-restapi</artifactId>
    <version>0.6.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.18

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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