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

onepf/OPFUtils

Repository files navigation

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>