Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 382 Bytes

File metadata and controls

20 lines (16 loc) · 382 Bytes

xBaseJ-annotations-processor

Simplify usage of xBaseJ

Use via jitpack.io: jitpack.io config

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
	dependencies {
	        aptProcessor 'com.github.NewsRxTech:xBaseJ-annotations:20201103.01'
	}