is not current version
Last Version 5.10

org.dspace:dspace-lni-client 1.8.0-rc2

Example Client for working with DSpace LNI Service.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.dspace
ArtifactId

ArtifactId

dspace-lni-client
Version

Version

1.8.0-rc2
Type

Type

jar

Download dspace-lni-client 1.8.0-rc2


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