| Группа | Группаio.rainfall |
|---|---|
| Идентификатор | Идентификаторrainfall-store-spring |
| Версия | Версия1.6.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rainfall-store-spring-1.6.0.pom | |
| rainfall-store-spring-1.6.0.jar | 41 MB |
| rainfall-store-spring-1.6.0-sources.jar | 865 KB |
| rainfall-store-spring-1.6.0-javadoc.jar | 122 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.rainfall/rainfall-store-spring/ -->
<dependency>
<groupId>io.rainfall</groupId>
<artifactId>rainfall-store-spring</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rainfall/rainfall-store-spring/
implementation 'io.rainfall:rainfall-store-spring:1.6.0'
// https://jarcasting.com/artifacts/io.rainfall/rainfall-store-spring/
implementation ("io.rainfall:rainfall-store-spring:1.6.0")
'io.rainfall:rainfall-store-spring:jar:1.6.0'
<dependency org="io.rainfall" name="rainfall-store-spring" rev="1.6.0">
<artifact name="rainfall-store-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rainfall', module='rainfall-store-spring', version='1.6.0')
)
libraryDependencies += "io.rainfall" % "rainfall-store-spring" % "1.6.0"
[io.rainfall/rainfall-store-spring "1.6.0"]