не последняя версия
Последняя версия 2.9.2

org.marc4j:marc4j 2.9

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

Группа

Группа

org.marc4j
Идентификатор

Идентификатор

marc4j
Версия

Версия

2.9
Тип

Тип

jar

Скачать marc4j 2.9

Имя Файла Размер
marc4j-2.9.pom
marc4j-2.9.jar 552 KB
marc4j-2.9-sources.jar 418 KB
marc4j-2.9-javadoc.jar 574 KB
Обзор

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