plugin-repository-rest-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jetbrains.intellij</groupId> <artifactId>plugin-repository-rest-client</artifactId> <version>2.0.46</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.jetbrains.intellij</groupId> <artifactId>plugin-repository-rest-client</artifactId> <version>2.0.46</version> <name>Plugin Repository Rest Client</name> <description>The client and command line interface for JetBrains Marketplace.</description> <url>https://github.com/JetBrains/plugin-repository-rest-client</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>AlexanderPrendota</id> <name>Alexander Prendota</name> <organization>JetBrains</organization> </developer> <developer> <id>zolotov</id> <name>Alexander Zolotov</name> <organization>JetBrains</organization> </developer> <developer> <id>serejke</id> <name>Sergey Patrikeev</name> <organization>JetBrains</organization> </developer> <developer> <id>chashnikov</id> <name>Nikolay Chashnikov</name> <organization>JetBrains</organization> </developer> <developer> <id>satamas</id> <name>Semyon Atamas</name> <organization>JetBrains</organization> </developer> <developer> <id>chrkv</id> <name>Ivan Chirkov</name> <organization>JetBrains</organization> </developer> <developer> <id>kesarevs</id> <name>Sergei Kesarev</name> <organization>JetBrains</organization> </developer> <developer> <id>yole</id> <name>Dmitry Jemerov</name> <organization>JetBrains</organization> </developer> <developer> <id>VladRassokhin</id> <name>Vladislav Rassokhin</name> <organization>JetBrains</organization> </developer> <developer> <id>hsz</id> <name>Jakub Chrzanowski</name> <organization>JetBrains</organization> </developer> <developer> <id>LChernigovskaya</id> <name>Lidiya Chernigovskaya</name> <organization>JetBrains</organization> </developer> </developers> <scm> <connection>scm:git:git://github.com/JetBrains/plugin-repository-rest-client.git</connection> <developerConnection>scm:git:ssh://github.com/JetBrains/plugin-repository-rest-client.git</developerConnection> <url>https://github.com/JetBrains/plugin-repository-rest-client</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <version>2.17.2</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.17.2</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jul</artifactId> <version>2.17.2</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.17.2</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.11.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>okhttp</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-jaxb</artifactId> <version>2.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-jackson</artifactId> <version>2.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.17.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.17.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> <version>2.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.intellij</groupId> <artifactId>blockmap</artifactId> <version>1.0.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> </dependencies> </project>