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