rd-cli-lib-2.2.1.pom
Rundeck CLI Tool Extension Library 2.2.1
Checksums
| MD5 | 7b4aaa8f02ca0150ad01c95f10da2e7e |
| SHA1 | db24e7ed91b507955f7eb817232d22b6e589e362 |
| SHA256 | ea6383594e176de03961ee7c59a06d2c48116cd32bb3d604d2b2e81dc591d85a |
| SHA512 | a86e7f1a03d905c212ad1d4dd0412f48466269880dadc4146de5db8db93a7fafc877212194cec37ce3984be86e6151725a5f275b75f455c8e4064ea8ea07019b |
POM
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.rundeck.cli</groupId>
<artifactId>rd-cli-lib</artifactId>
<version>2.2.1</version>
<name>Rundeck CLI Tool Extension Library 2.2.1</name>
<description>Rundeck CLI Tool Extension Library 2.2.1</description>
<url>https://github.com/rundeck/rundeck-cli</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>gschueler</id>
<name>Greg Schueler</name>
<email>greg@rundeck.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/rundeck/rundeck-cli.git</connection>
<developerConnection>scm:git:git@github.com:rundeck/rundeck-cli.git</developerConnection>
<url>https://github.com/rundeck/rundeck-cli</url>
</scm>
<dependencies>
<dependency>
<groupId>org.rundeck.api</groupId>
<artifactId>rd-api-client</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.22.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>