Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.tarantool |
ArtifactId | ArtifactIdcartridge-driver |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
cartridge-driver-0.3.0.pom | |
cartridge-driver-0.3.0.jar | 279 KB |
cartridge-driver-0.3.0-test-sources.jar | 41 KB |
cartridge-driver-0.3.0-sources.jar | 164 KB |
cartridge-driver-0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.tarantool/cartridge-driver/
implementation 'io.tarantool:cartridge-driver:0.3.0'
// https://jarcasting.com/artifacts/io.tarantool/cartridge-driver/
implementation ("io.tarantool:cartridge-driver:0.3.0")
'io.tarantool:cartridge-driver:jar:0.3.0'
<dependency org="io.tarantool" name="cartridge-driver" rev="0.3.0">
<artifact name="cartridge-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tarantool', module='cartridge-driver', version='0.3.0')
)
libraryDependencies += "io.tarantool" % "cartridge-driver" % "0.3.0"
[io.tarantool/cartridge-driver "0.3.0"]