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