/Glifo

A library to map class fields between models an entities.

Primary LanguageJavaApache License 2.0Apache-2.0

Glifo

alt tag

A library to map class fields between models an entities.

Gradle Installation

You must use Jitpack.io

    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }

Then add this dependency to your build.gradle file:

compile 'com.github.awayo:Glifo:v1.0.9'