License |
License |
---|---|
GroupId | GroupIdorg.dspace |
ArtifactId | ArtifactIddspace-api-lang |
Last Version | Last Version7.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDSpace I18N :: Language Packs
DSpace API Language Packs to support multiple languages on backend.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
dspace-api-lang-7.3.0.pom | |
dspace-api-lang-7.3.0.jar | 668 KB |
dspace-api-lang-7.3.0-sources.jar | 666 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dspace/dspace-api-lang/ -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-api-lang</artifactId>
<version>7.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dspace/dspace-api-lang/
implementation 'org.dspace:dspace-api-lang:7.3.0'
// https://jarcasting.com/artifacts/org.dspace/dspace-api-lang/
implementation ("org.dspace:dspace-api-lang:7.3.0")
'org.dspace:dspace-api-lang:jar:7.3.0'
<dependency org="org.dspace" name="dspace-api-lang" rev="7.3.0">
<artifact name="dspace-api-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dspace', module='dspace-api-lang', version='7.3.0')
)
libraryDependencies += "org.dspace" % "dspace-api-lang" % "7.3.0"
[org.dspace/dspace-api-lang "7.3.0"]