License |
License |
---|---|
GroupId | GroupIdse.kb |
ArtifactId | ArtifactIdoai4j |
Last Version | Last Version0.6b1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionoai4j
OAI4J is a Java library that implements a client API for the OAI-PMH standard specification from the Open Archives Initiative. It also has support for the upcoming OAI-ORE specification.
|
Project URL |
Project URL |
Filename | Size |
---|---|
oai4j-0.6b1.pom | |
oai4j-0.6b1.jar | 37 KB |
oai4j-0.6b1-sources.jar | 37 KB |
oai4j-0.6b1-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.kb/oai4j/ -->
<dependency>
<groupId>se.kb</groupId>
<artifactId>oai4j</artifactId>
<version>0.6b1</version>
</dependency>
// https://jarcasting.com/artifacts/se.kb/oai4j/
implementation 'se.kb:oai4j:0.6b1'
// https://jarcasting.com/artifacts/se.kb/oai4j/
implementation ("se.kb:oai4j:0.6b1")
'se.kb:oai4j:jar:0.6b1'
<dependency org="se.kb" name="oai4j" rev="0.6b1">
<artifact name="oai4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.kb', module='oai4j', version='0.6b1')
)
libraryDependencies += "se.kb" % "oai4j" % "0.6b1"
[se.kb/oai4j "0.6b1"]
Group / Artifact | Type | Version |
---|---|---|
dom4j : dom4j | jar | 1.6.1 |
jaxen : jaxen | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.1 |