is not current version
Last Version 7.0.3

com.intellij:extensions 5.0

Extensions for the Open API for IntelliJIdea plugins.

Categories

Categories

IntelliJ IDEA Development Tools IDE
GroupId

GroupId

com.intellij
ArtifactId

ArtifactId

extensions
Version

Version

5.0
Type

Type

jar

Download extensions 5.0


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