is not current version
Last Version 2.9.2

org.marc4j:marc4j 2.8.3

An easy to use Application Programming Interface (API) for working with MARC and MARCXML in Java.

GroupId

GroupId

org.marc4j
ArtifactId

ArtifactId

marc4j
Version

Version

2.8.3
Type

Type

jar

Download marc4j 2.8.3


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