MVN

org.jetbrains.intellij : plugin-repository-rest-client

Maven & Gradle

Aug 22, 2023
21 stars

Plugin Repository Rest Client · The client and command line interface for JetBrains Marketplace.

<dependency>
    <groupId>org.jetbrains.intellij</groupId>
    <artifactId>plugin-repository-rest-client</artifactId>
    <version>2.0.36</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.intellij : plugin-repository-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.36

All Versions

Choose a version of org.jetbrains.intellij : plugin-repository-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
plugin-repository-rest-client-2.0.36
plugin-repository-rest-client-2.0.35
plugin-repository-rest-client-2.0.34
plugin-repository-rest-client-2.0.33
plugin-repository-rest-client-2.0.32
plugin-repository-rest-client-2.0.31
plugin-repository-rest-client-2.0.30
plugin-repository-rest-client-2.0.28
plugin-repository-rest-client-2.0.25
plugin-repository-rest-client-2.0.23
plugin-repository-rest-client-2.0.22
plugin-repository-rest-client-2.0.21
plugin-repository-rest-client-2.0.20
plugin-repository-rest-client-2.0.17
plugin-repository-rest-client-2.0.16
plugin-repository-rest-client-2.0.15

How to add a dependency to Maven

Add the following org.jetbrains.intellij : plugin-repository-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.intellij</groupId>
    <artifactId>plugin-repository-rest-client</artifactId>
    <version>2.0.36</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.intellij : plugin-repository-rest-client gradle dependency to your build.gradle file:

implementation 'org.jetbrains.intellij:plugin-repository-rest-client:2.0.36'

Gradle Kotlin DSL: Add the following org.jetbrains.intellij : plugin-repository-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.intellij:plugin-repository-rest-client:2.0.36")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.intellij : plugin-repository-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.intellij" % "plugin-repository-rest-client" % "2.0.36"

Advertisement