| License | License | 
|---|---|
| GroupId | GroupIdorg.marc4j | 
| ArtifactId | ArtifactIdmarc4j | 
| Last Version | Last Version2.9.2 | 
| 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.9.2.pom | |
| marc4j-2.9.2.jar | 552 KB | 
| marc4j-2.9.2-sources.jar | 418 KB | 
| marc4j-2.9.2-javadoc.jar | 574 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.marc4j/marc4j/ -->
<dependency>
    <groupId>org.marc4j</groupId>
    <artifactId>marc4j</artifactId>
    <version>2.9.2</version>
</dependency>// https://jarcasting.com/artifacts/org.marc4j/marc4j/
implementation 'org.marc4j:marc4j:2.9.2'// https://jarcasting.com/artifacts/org.marc4j/marc4j/
implementation ("org.marc4j:marc4j:2.9.2")'org.marc4j:marc4j:jar:2.9.2'<dependency org="org.marc4j" name="marc4j" rev="2.9.2">
  <artifact name="marc4j" type="jar" />
</dependency>@Grapes(
@Grab(group='org.marc4j', module='marc4j', version='2.9.2')
)libraryDependencies += "org.marc4j" % "marc4j" % "2.9.2"[org.marc4j/marc4j "2.9.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |