| GroupId | GroupIdorg.no-hope | 
|---|---|
| ArtifactId | ArtifactIdenv-ci | 
| Version | Version16 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| env-ci-16.pom | 21 KB | 
| Browse | 
<!-- 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"]