v

vertx-tftp-client

vertx-tftp-client is a simple async tftp client which works with vert.x
https://github.com/OneManCrew/vertx-tftp-client
MIT License
Levi Doron
Files download
File Operation
vertx-tftp-client-1.0.jar download
vertx-tftp-client-1.0.pom download
vertx-tftp-client-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.onemancrew</groupId>
  <artifactId>vertx-tftp-client</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.onemancrew:vertx-tftp-client:1.0'
Gradle Kotlin
implementation("io.github.onemancrew:vertx-tftp-client:1.0")
Scala SBT
libraryDependencies += "io.github.onemancrew" % "vertx-tftp-client" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.onemancrew', module='vertx-tftp-client', version='1.0')
)
Apache Ivy
<dependency org="io.github.onemancrew" name="vertx-tftp-client" rev="1.0" />
Leiningen
[io.github.onemancrew/vertx-tftp-client "1.0"]
Apache Buildr
'io.github.onemancrew:vertx-tftp-client:jar:1.0'