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