MVN

org.jetbrains.intellij.plugins : structure-toolbox

Maven & Gradle

Aug 08, 2023
166 stars

JetBrains Plugins Structure Toolbox · Library for parsing JetBrains Toolbox plugins. Can be used to verify that plugin complies with JetBrains Marketplace requirements.

<dependency>
    <groupId>org.jetbrains.intellij.plugins</groupId>
    <artifactId>structure-toolbox</artifactId>
    <version>3.260</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.intellij.plugins : structure-toolbox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.260

All Versions

Choose a version of org.jetbrains.intellij.plugins : structure-toolbox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.260
structure-toolbox-3.260
3.259
structure-toolbox-3.259
3.258
structure-toolbox-3.258
3.257
structure-toolbox-3.257
3.256
structure-toolbox-3.256
3.253
structure-toolbox-3.253
3.252
structure-toolbox-3.252
3.251
structure-toolbox-3.251

How to add a dependency to Maven

Add the following org.jetbrains.intellij.plugins : structure-toolbox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.intellij.plugins</groupId>
    <artifactId>structure-toolbox</artifactId>
    <version>3.260</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.intellij.plugins : structure-toolbox gradle dependency to your build.gradle file:

implementation 'org.jetbrains.intellij.plugins:structure-toolbox:3.260'

Gradle Kotlin DSL: Add the following org.jetbrains.intellij.plugins : structure-toolbox gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.intellij.plugins:structure-toolbox:3.260")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.intellij.plugins : structure-toolbox sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.intellij.plugins" % "structure-toolbox" % "3.260"