Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 458 Bytes

OPFUtils

Common utils used among OPF libraries. Intended for the internal use.

Download the latest JAR or grab via Gradle:

compile 'org.onepf:opfutils:0.1.26'

or Maven:

<dependency>
   <groupId>org.onepf</groupId>
   <artifactId>opfutils</artifactId>
   <version>0.1.26</version>
</dependency>