Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hubrick.vertx |
ArtifactId | ArtifactIdvertx-s3-client |
Version | Version3.3.2 |
Type | Typejar |
Filename | Size |
---|---|
vertx-s3-client-3.3.2.pom | |
vertx-s3-client-3.3.2.jar | 115 KB |
vertx-s3-client-3.3.2-sources.jar | 75 KB |
vertx-s3-client-3.3.2-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-s3-client/ -->
<dependency>
<groupId>com.hubrick.vertx</groupId>
<artifactId>vertx-s3-client</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-s3-client/
implementation 'com.hubrick.vertx:vertx-s3-client:3.3.2'
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-s3-client/
implementation ("com.hubrick.vertx:vertx-s3-client:3.3.2")
'com.hubrick.vertx:vertx-s3-client:jar:3.3.2'
<dependency org="com.hubrick.vertx" name="vertx-s3-client" rev="3.3.2">
<artifact name="vertx-s3-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubrick.vertx', module='vertx-s3-client', version='3.3.2')
)
libraryDependencies += "com.hubrick.vertx" % "vertx-s3-client" % "3.3.2"
[com.hubrick.vertx/vertx-s3-client "3.3.2"]