MVN

info.freelibrary : freelib-marc4j

Maven & Gradle

Sep 26, 2016
11 stars

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

<dependency>
    <groupId>info.freelibrary</groupId>
    <artifactId>freelib-marc4j</artifactId>
    <version>2.6.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.freelibrary : freelib-marc4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.12

All Versions

Choose a version of info.freelibrary : freelib-marc4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
freelib-marc4j-2.6.12
freelib-marc4j-2.6.11
freelib-marc4j-2.6.10
freelib-marc4j-2.6.9
freelib-marc4j-2.6.8
freelib-marc4j-2.6.7
freelib-marc4j-2.6.6
freelib-marc4j-2.6.5
freelib-marc4j-2.6.4
freelib-marc4j-2.6.3

How to add a dependency to Maven

Add the following info.freelibrary : freelib-marc4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.freelibrary</groupId>
    <artifactId>freelib-marc4j</artifactId>
    <version>2.6.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.freelibrary : freelib-marc4j gradle dependency to your build.gradle file:

implementation 'info.freelibrary:freelib-marc4j:2.6.12'

Gradle Kotlin DSL: Add the following info.freelibrary : freelib-marc4j gradle kotlin dependency to your build.gradle.kts file:

implementation("info.freelibrary:freelib-marc4j:2.6.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.freelibrary : freelib-marc4j sbt scala dependency to your build.sbt file:

libraryDependencies += "info.freelibrary" % "freelib-marc4j" % "2.6.12"

Advertisement