Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 403 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 403 Bytes

JavaOATH

A Java Native Wrapper for liboath.

Requirements

  • Maven
  • liboath (Version >= 2.6.2)

Installation

This package is in the maven central, just add the dependency

<dependency>
    <groupId>de.hiiw.oath</groupId>
    <artifactId>oath</artifactId>
    <version>1.0.3</version>
</dependency>

Usage

Look at the Javadoc Documentation of OATH.java

LICENSE

see COPYING file