MVN

org.dspace.modules : lni

Maven & Gradle

Jul 28, 2022

DSpace LNI :: Local Customizations · This project allows you to overlay your own local LNI customizations on top of the default Lightweight Network Interface (LNI) web application provided with DSpace.

<dependency>
    <groupId>org.dspace.modules</groupId>
    <artifactId>lni</artifactId>
    <version>5.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dspace.modules : lni to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.11
  • Latest Release Candidate: 5.0-rc3

All Versions

Choose a version of org.dspace.modules : lni to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.11
lni-5.11
5.10
lni-5.10
5.9
lni-5.9
5.8
lni-5.8
5.7
lni-5.7
5.6
lni-5.6
5.5
lni-5.5
5.4
lni-5.4
5.3
lni-5.3
5.2
lni-5.2
5.1
lni-5.1
5.0
lni-5.0
lni-5.0-rc3
lni-5.0-rc2
4.9
lni-4.9
4.8
lni-4.8
4.7
lni-4.7
4.6
lni-4.6
4.5
lni-4.5
4.4
lni-4.4
4.3
lni-4.3
4.2
lni-4.2
4.1
lni-4.1
4.0
lni-4.0
lni-4.0-rc3
lni-4.0-rc2
lni-4.0-rc1
3.6
lni-3.6
3.5
lni-3.5
3.4
lni-3.4
3.3
lni-3.3
3.2
lni-3.2
3.1
lni-3.1
3.0
lni-3.0
lni-3.0-rc3
lni-3.0-rc2
lni-3.0-rc1
1.8.x
lni-1.8.3
lni-1.8.2
lni-1.8.1
lni-1.8.0
lni-1.8.0-rc3
lni-1.8.0-rc2
lni-1.8.0-rc1
1.7.x
lni-1.7.3
lni-1.7.2
lni-1.7.1
lni-1.7.0
lni-1.7.0-rc2

How to add a dependency to Maven

Add the following org.dspace.modules : lni maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dspace.modules</groupId>
    <artifactId>lni</artifactId>
    <version>5.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dspace.modules : lni gradle dependency to your build.gradle file:

implementation 'org.dspace.modules:lni:5.11'

Gradle Kotlin DSL: Add the following org.dspace.modules : lni gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dspace.modules:lni:5.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dspace.modules : lni sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dspace.modules" % "lni" % "5.11"