is not current version
Last Version 5.10

org.dspace:dspace-lni-client 4.0-rc3

Example Client for working with DSpace LNI Service.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.dspace
ArtifactId

ArtifactId

dspace-lni-client
Version

Version

4.0-rc3
Type

Type

jar

Download dspace-lni-client 4.0-rc3


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