License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.onemancrew |
ArtifactId | ArtifactIdvertx-tftp-client |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionTFTP client for vertx
vertx-tftp-client is a simple async tftp client which works with vert.x
|
Project URL |
Project URL |
Filename | Size |
---|---|
vertx-tftp-client-1.0.pom | |
vertx-tftp-client-1.0.jar | 34 KB |
vertx-tftp-client-1.0-sources.jar | 27 KB |
vertx-tftp-client-1.0-javadoc.jar | 143 KB |
Browse |
<!-- 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"]
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 |
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 |