Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.tarantool |
ArtifactId | ArtifactIdcartridge-driver |
Version | Version0.3.3 |
Type | Typejar |
Filename | Size |
---|---|
cartridge-driver-0.3.3.pom | |
cartridge-driver-0.3.3.jar | 282 KB |
cartridge-driver-0.3.3-test-sources.jar | 42 KB |
cartridge-driver-0.3.3-sources.jar | 166 KB |
cartridge-driver-0.3.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tarantool/cartridge-driver/ -->
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>cartridge-driver</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.tarantool/cartridge-driver/
implementation 'io.tarantool:cartridge-driver:0.3.3'
// https://jarcasting.com/artifacts/io.tarantool/cartridge-driver/
implementation ("io.tarantool:cartridge-driver:0.3.3")
'io.tarantool:cartridge-driver:jar:0.3.3'
<dependency org="io.tarantool" name="cartridge-driver" rev="0.3.3">
<artifact name="cartridge-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tarantool', module='cartridge-driver', version='0.3.3')
)
libraryDependencies += "io.tarantool" % "cartridge-driver" % "0.3.3"
[io.tarantool/cartridge-driver "0.3.3"]