Last Version

TFTP client for vertx 1.0

vertx-tftp-client is a simple async tftp client which works with vert.x

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.onemancrew
ArtifactId

ArtifactId

vertx-tftp-client
Version

Version

1.0
Type

Type

jar
Description

Description

TFTP client for vertx
vertx-tftp-client is a simple async tftp client which works with vert.x
Project URL

Project URL

https://github.com/OneManCrew/vertx-tftp-client

Download vertx-tftp-client 1.0


<!-- https://jarcasting.com/artifacts/io.github.onemancrew/vertx-tftp-client/ -->
<dependency>
    <groupId>io.github.onemancrew</groupId>
    <artifactId>vertx-tftp-client</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.onemancrew/vertx-tftp-client/
implementation 'io.github.onemancrew:vertx-tftp-client:1.0'
// https://jarcasting.com/artifacts/io.github.onemancrew/vertx-tftp-client/
implementation ("io.github.onemancrew:vertx-tftp-client:1.0")
'io.github.onemancrew:vertx-tftp-client:jar:1.0'
<dependency org="io.github.onemancrew" name="vertx-tftp-client" rev="1.0">
  <artifact name="vertx-tftp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.onemancrew', module='vertx-tftp-client', version='1.0')
)
libraryDependencies += "io.github.onemancrew" % "vertx-tftp-client" % "1.0"
[io.github.onemancrew/vertx-tftp-client "1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
io.vertx : vertx-core jar 3.6.1
io.vertx : vertx-codegen jar 3.6.1
org.slf4j : slf4j-api jar 1.7.21
ch.qos.logback : logback-classic jar 1.1.7

test (4)

Group / Artifact Type Version
io.vertx : vertx-core test-jar 3.6.1
io.vertx : vertx-unit jar 3.6.1
io.vertx : vertx-junit5 jar 3.6.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.