License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.tarantool |
ArtifactId | ArtifactIddriver |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionTarantool Java driver
Driver for Tarantool 1.10+ based on Netty framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
driver-0.1.1.pom | |
driver-0.1.1.jar | 261 KB |
driver-0.1.1-test-sources.jar | 36 KB |
driver-0.1.1-sources.jar | 153 KB |
driver-0.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tarantool/driver/ -->
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>driver</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.tarantool/driver/
implementation 'io.tarantool:driver:0.1.1'
// https://jarcasting.com/artifacts/io.tarantool/driver/
implementation ("io.tarantool:driver:0.1.1")
'io.tarantool:driver:jar:0.1.1'
<dependency org="io.tarantool" name="driver" rev="0.1.1">
<artifact name="driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tarantool', module='driver', version='0.1.1')
)
libraryDependencies += "io.tarantool" % "driver" % "0.1.1"
[io.tarantool/driver "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.2.6.RELEASE |
io.netty : netty-all | jar | 4.1.50.Final |
org.msgpack : msgpack-core | jar | 0.8.20 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-core | jar | 1.2.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.testcontainers : testcontainers | jar | 1.15.0-rc2 |
org.testcontainers : junit-jupiter | jar | 1.14.3 |