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