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