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