Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 433 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 433 Bytes

nio-socket-tcp-client

The Status of the lib: Release

How to use this lib in your project:

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

Add to your app module build.gradle

dependencies {
        compile 'com.github.alexdeww:nio-socket-tcp-client:4.0'
}