| GroupId | GroupIdorg.no-hope | 
|---|---|
| ArtifactId | ArtifactIdenv-ci | 
| Version | Version17 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| env-ci-17.pom | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.no-hope/env-ci/ -->
<dependency>
    <groupId>org.no-hope</groupId>
    <artifactId>env-ci</artifactId>
    <version>17</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.no-hope/env-ci/
implementation 'org.no-hope:env-ci:17'// https://jarcasting.com/artifacts/org.no-hope/env-ci/
implementation ("org.no-hope:env-ci:17")'org.no-hope:env-ci:pom:17'<dependency org="org.no-hope" name="env-ci" rev="17">
  <artifact name="env-ci" type="pom" />
</dependency>@Grapes(
@Grab(group='org.no-hope', module='env-ci', version='17')
)libraryDependencies += "org.no-hope" % "env-ci" % "17"[org.no-hope/env-ci "17"]