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