is not current version
Last Version 5.10

org.dspace:dspace-lni-client 5.4

Example Client for working with DSpace LNI Service.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.dspace
ArtifactId

ArtifactId

dspace-lni-client
Version

Version

5.4
Type

Type

jar

Download dspace-lni-client 5.4


<!-- https://jarcasting.com/artifacts/org.dspace/dspace-lni-client/ -->
<dependency>
    <groupId>org.dspace</groupId>
    <artifactId>dspace-lni-client</artifactId>
    <version>5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.dspace/dspace-lni-client/
implementation 'org.dspace:dspace-lni-client:5.4'
// https://jarcasting.com/artifacts/org.dspace/dspace-lni-client/
implementation ("org.dspace:dspace-lni-client:5.4")
'org.dspace:dspace-lni-client:jar:5.4'
<dependency org="org.dspace" name="dspace-lni-client" rev="5.4">
  <artifact name="dspace-lni-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dspace', module='dspace-lni-client', version='5.4')
)
libraryDependencies += "org.dspace" % "dspace-lni-client" % "5.4"
[org.dspace/dspace-lni-client "5.4"]