Files download
File Operation
freelib-marc4j-2.6.12.jar download
freelib-marc4j-2.6.12.pom download
freelib-marc4j-2.6.12-sources.jar download
Apache Maven
<dependency>
  <groupId>info.freelibrary</groupId>
  <artifactId>freelib-marc4j</artifactId>
  <version>2.6.12</version>
</dependency>
Gradle Groovy
implementation 'info.freelibrary:freelib-marc4j:2.6.12'
Gradle Kotlin
implementation("info.freelibrary:freelib-marc4j:2.6.12")
Scala SBT
libraryDependencies += "info.freelibrary" % "freelib-marc4j" % "2.6.12"
Groovy Grape
@Grapes(
  @Grab(group='info.freelibrary', module='freelib-marc4j', version='2.6.12')
)
Apache Ivy
<dependency org="info.freelibrary" name="freelib-marc4j" rev="2.6.12" />
Leiningen
[info.freelibrary/freelib-marc4j "2.6.12"]
Apache Buildr
'info.freelibrary:freelib-marc4j:jar:2.6.12'