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