
Multiplatform file uploading library supporting real, fake, and network files in various environments. Offers versatile configuration for different use cases, including headless setups.
A Multiplatform library for uploading files
dependencies {
// if you need it in common code
implementation("tz.co.asoft:epsilon-core:3.0.0")
// if you want to upload real files
implementation("tz.co.asoft:epsilon-file-core:3.0.0")
// if you want to upload real files in a headless environment
implementation("tz.co.asoft:epsilon-file-fields:3.0.0")
// if you want to upload fake files
implementation("tz.co.asoft:epsilon-fake:3.0.0")
// if you want to to upload files from other networks
implementation("tz.co.asoft:epsilon-network:3.0.0")
}The full api reference of kevlar can be found at https://asoft-ltd.github.io/epsilon
There are multiple ways you can support this project
If you found it useful, just give it a star
You can help by submitting pull request to available open tickets on the issues section
This makes it easier to catch bugs and offer enhancements required
A Multiplatform library for uploading files
dependencies {
// if you need it in common code
implementation("tz.co.asoft:epsilon-core:3.0.0")
// if you want to upload real files
implementation("tz.co.asoft:epsilon-file-core:3.0.0")
// if you want to upload real files in a headless environment
implementation("tz.co.asoft:epsilon-file-fields:3.0.0")
// if you want to upload fake files
implementation("tz.co.asoft:epsilon-fake:3.0.0")
// if you want to to upload files from other networks
implementation("tz.co.asoft:epsilon-network:3.0.0")
}The full api reference of kevlar can be found at https://asoft-ltd.github.io/epsilon
There are multiple ways you can support this project
If you found it useful, just give it a star
You can help by submitting pull request to available open tickets on the issues section
This makes it easier to catch bugs and offer enhancements required