DOC

nl.knaw.dans : bagit

Maven & Gradle

Feb 26, 2019
2 stars

bagit-java · The BAGIT LIBRARY is a software library intended to support the creation, manipulation, and validation of bags. Its current version is 0.97. It is version aware with the earliest supported version being 0.93.

Table Of Contents

Latest Version

Download nl.knaw.dans : bagit Javadoc & API Documentation - Latest Versions:

All Versions

Download nl.knaw.dans : bagit Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
5.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file bagit-5.3.1-javadoc.jar to bagit-5.3.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder bagit-5.3.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "bagit-5.3.1-sources.jar" -d "bagit-5.3.1-javadoc" -subpackages 

Advertisement