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