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