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