Categories |
CategoriesAnt Build Tools Data |
---|---|
GroupId | GroupIdio.tarantool |
ArtifactId | ArtifactIdspring-data-tarantool |
Version | Version0.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.tarantool/spring-data-tarantool/ -->
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>spring-data-tarantool</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.tarantool/spring-data-tarantool/
implementation 'io.tarantool:spring-data-tarantool:0.3.4'
// https://jarcasting.com/artifacts/io.tarantool/spring-data-tarantool/
implementation ("io.tarantool:spring-data-tarantool:0.3.4")
'io.tarantool:spring-data-tarantool:jar:0.3.4'
<dependency org="io.tarantool" name="spring-data-tarantool" rev="0.3.4">
<artifact name="spring-data-tarantool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tarantool', module='spring-data-tarantool', version='0.3.4')
)
libraryDependencies += "io.tarantool" % "spring-data-tarantool" % "0.3.4"
[io.tarantool/spring-data-tarantool "0.3.4"]