is not current version
Last Version 5.10

org.dspace:dspace-lni-client 3.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

3.4
Type

Type

jar

Download dspace-lni-client 3.4


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