Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdtech.iooo.coco |
ArtifactId | ArtifactIdvertx-fastdfs-client |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.iooo.coco/vertx-fastdfs-client/ -->
<dependency>
<groupId>tech.iooo.coco</groupId>
<artifactId>vertx-fastdfs-client</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/tech.iooo.coco/vertx-fastdfs-client/
implementation 'tech.iooo.coco:vertx-fastdfs-client:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/tech.iooo.coco/vertx-fastdfs-client/
implementation ("tech.iooo.coco:vertx-fastdfs-client:1.0.0.RELEASE")
'tech.iooo.coco:vertx-fastdfs-client:jar:1.0.0.RELEASE'
<dependency org="tech.iooo.coco" name="vertx-fastdfs-client" rev="1.0.0.RELEASE">
<artifact name="vertx-fastdfs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.iooo.coco', module='vertx-fastdfs-client', version='1.0.0.RELEASE')
)
libraryDependencies += "tech.iooo.coco" % "vertx-fastdfs-client" % "1.0.0.RELEASE"
[tech.iooo.coco/vertx-fastdfs-client "1.0.0.RELEASE"]