is not current version
Last Version 3.219

org.jetbrains.intellij.plugins:structure-fleet 3.170

Library for parsing JetBrains Fleet plugins. Can be used to verify that plugin complies with the JetBrains Marketplace requirements.

Categories

Categories

IntelliJ IDEA Development Tools IDE
GroupId

GroupId

org.jetbrains.intellij.plugins
ArtifactId

ArtifactId

structure-fleet
Version

Version

3.170
Type

Type

jar

Download structure-fleet 3.170


<!-- https://jarcasting.com/artifacts/org.jetbrains.intellij.plugins/structure-fleet/ -->
<dependency>
    <groupId>org.jetbrains.intellij.plugins</groupId>
    <artifactId>structure-fleet</artifactId>
    <version>3.170</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.intellij.plugins/structure-fleet/
implementation 'org.jetbrains.intellij.plugins:structure-fleet:3.170'
// https://jarcasting.com/artifacts/org.jetbrains.intellij.plugins/structure-fleet/
implementation ("org.jetbrains.intellij.plugins:structure-fleet:3.170")
'org.jetbrains.intellij.plugins:structure-fleet:jar:3.170'
<dependency org="org.jetbrains.intellij.plugins" name="structure-fleet" rev="3.170">
  <artifact name="structure-fleet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.intellij.plugins', module='structure-fleet', version='3.170')
)
libraryDependencies += "org.jetbrains.intellij.plugins" % "structure-fleet" % "3.170"
[org.jetbrains.intellij.plugins/structure-fleet "3.170"]