dev.fuelyour.vertxkuickstartcore.tools.DownloadFile.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-kuickstart-core Show documentation
Show all versions of vertx-kuickstart-core Show documentation
Core libraries used by microservices created from the vertx-kuickstart template
package dev.fuelyour.vertxkuickstartcore.tools
class DownloadFile(
val fileName: String,
val file: ByteArray
)