Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
---|---|
GroupId | GroupIdorg.jetbrains.intellij.plugins |
ArtifactId | ArtifactIdstructure-fleet |
Version | Version3.184 |
Type | Typejar |
Filename | Size |
---|---|
structure-fleet-3.184.pom | |
structure-fleet-3.184.jar | 18 KB |
structure-fleet-3.184-sources.jar | 4 KB |
structure-fleet-3.184-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetbrains.intellij.plugins/structure-fleet/ -->
<dependency>
<groupId>org.jetbrains.intellij.plugins</groupId>
<artifactId>structure-fleet</artifactId>
<version>3.184</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.intellij.plugins/structure-fleet/
implementation 'org.jetbrains.intellij.plugins:structure-fleet:3.184'
// https://jarcasting.com/artifacts/org.jetbrains.intellij.plugins/structure-fleet/
implementation ("org.jetbrains.intellij.plugins:structure-fleet:3.184")
'org.jetbrains.intellij.plugins:structure-fleet:jar:3.184'
<dependency org="org.jetbrains.intellij.plugins" name="structure-fleet" rev="3.184">
<artifact name="structure-fleet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.intellij.plugins', module='structure-fleet', version='3.184')
)
libraryDependencies += "org.jetbrains.intellij.plugins" % "structure-fleet" % "3.184"
[org.jetbrains.intellij.plugins/structure-fleet "3.184"]