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