Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

40 lines (19 loc) · 446 Bytes

PosMessageFormat

iso8583 message format for Android/Java

how to use:

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {

    implementation 'com.github.CrazyDudo:PosMessageFormat:1.0'

}

todo:

spdh


Java8583