DOC

com.martiansoftware : macnificent

Maven & Gradle

Oct 22, 2023
11 stars

macnificent · Macnificent is a set of utility classes for working with MAC addresses in Java. In addition to a lightweight MacAddress class and parser, this includes IEEE OUI registry information and a formatter for MAC addresses that displays an abbreviated form of the device's manufacturer's name.

Table Of Contents

Latest Version

Download com.martiansoftware : macnificent Javadoc & API Documentation - Latest Versions:

All Versions

Download com.martiansoftware : macnificent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file macnificent-1.0.0-javadoc.jar to macnificent-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder macnificent-1.0.0-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 "macnificent-1.0.0-sources.jar" -d "macnificent-1.0.0-javadoc" -subpackages 

Advertisement