rd-api-client-2.1.4.pom
Rundeck API Library 2.1.4
Checksums
| MD5 | f056208beefe1f74a48877102ba64a74 |
| SHA1 | db07ccd750871d4070e21f691947169ed7d7a289 |
| SHA256 | 50de6d99954dfb8db3a48afa0a5a7d1d4562e2f3642519ca7924934c090b8576 |
| SHA512 | fc57894da7bd76cdf60779fdbbba094a48c91d18a26dafa5c0c6c9536969815983e893a0d2114bf8605f6579a0fbbf228968ba95bc52487278f754cefe86e6c0 |
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.api</groupId>
<artifactId>rd-api-client</artifactId>
<version>2.1.4</version>
<name>Rundeck API Library 2.1.4</name>
<description>Rundeck API Library 2.1.4</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>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
<version>2.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jaxb</artifactId>
<version>2.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>4.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.22.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>