License |
License |
---|---|
GroupId | GroupIdorg.openrefine.dependencies |
ArtifactId | ArtifactIdmarc4j |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMARC4J
An easy to use Application Programming Interface (API) for working with MARC and MARCXML in Java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
marc4j-2.4.pom | |
marc4j-2.4.jar | 406 KB |
marc4j-2.4-sources.jar | 480 bytes |
marc4j-2.4-javadoc.jar | 480 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openrefine.dependencies/marc4j/ -->
<dependency>
<groupId>org.openrefine.dependencies</groupId>
<artifactId>marc4j</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrefine.dependencies/marc4j/
implementation 'org.openrefine.dependencies:marc4j:2.4'
// https://jarcasting.com/artifacts/org.openrefine.dependencies/marc4j/
implementation ("org.openrefine.dependencies:marc4j:2.4")
'org.openrefine.dependencies:marc4j:jar:2.4'
<dependency org="org.openrefine.dependencies" name="marc4j" rev="2.4">
<artifact name="marc4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrefine.dependencies', module='marc4j', version='2.4')
)
libraryDependencies += "org.openrefine.dependencies" % "marc4j" % "2.4"
[org.openrefine.dependencies/marc4j "2.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |