| License | License | 
|---|---|
| GroupId | GroupIdorg.no-hope | 
| ArtifactId | ArtifactIdenv-ci | 
| Version | Version18 | 
| Type | Typepom | 
| Description | Descriptionenv-ci CI configuration aimed to simplify common QA routines | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| env-ci-18.pom | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.no-hope/env-ci/ -->
<dependency>
    <groupId>org.no-hope</groupId>
    <artifactId>env-ci</artifactId>
    <version>18</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.no-hope/env-ci/
implementation 'org.no-hope:env-ci:18'// https://jarcasting.com/artifacts/org.no-hope/env-ci/
implementation ("org.no-hope:env-ci:18")'org.no-hope:env-ci:pom:18'<dependency org="org.no-hope" name="env-ci" rev="18">
  <artifact name="env-ci" type="pom" />
</dependency>@Grapes(
@Grab(group='org.no-hope', module='env-ci', version='18')
)libraryDependencies += "org.no-hope" % "env-ci" % "18"[org.no-hope/env-ci "18"]