GroupId | GroupIdinfo.freelibrary |
---|---|
ArtifactId | ArtifactIdvertx-super-s3 |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
vertx-super-s3-1.0.0.pom | |
vertx-super-s3-1.0.0.jar | 22 KB |
vertx-super-s3-1.0.0-sources.jar | 16 KB |
vertx-super-s3-1.0.0-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.freelibrary/vertx-super-s3/ -->
<dependency>
<groupId>info.freelibrary</groupId>
<artifactId>vertx-super-s3</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/info.freelibrary/vertx-super-s3/
implementation 'info.freelibrary:vertx-super-s3:1.0.0'
// https://jarcasting.com/artifacts/info.freelibrary/vertx-super-s3/
implementation ("info.freelibrary:vertx-super-s3:1.0.0")
'info.freelibrary:vertx-super-s3:jar:1.0.0'
<dependency org="info.freelibrary" name="vertx-super-s3" rev="1.0.0">
<artifact name="vertx-super-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.freelibrary', module='vertx-super-s3', version='1.0.0')
)
libraryDependencies += "info.freelibrary" % "vertx-super-s3" % "1.0.0"
[info.freelibrary/vertx-super-s3 "1.0.0"]