com.redhat.qe/katello.auto

Katello automation

Leiningen/Boot

[com.redhat.qe/katello.auto "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.redhat.qe/katello.auto {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("com.redhat.qe:katello.auto:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.redhat.qe</groupId>
  <artifactId>katello.auto</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>