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