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