License |
License |
---|---|
Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
GroupId | GroupIdcom.intellij |
ArtifactId | ArtifactIdextensions |
Last Version | Last Version7.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetbrains extensions
|
Project URL |
Project URL |
Filename | Size |
---|---|
extensions-7.0.3.pom | |
extensions-7.0.3.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intellij/extensions/ -->
<dependency>
<groupId>com.intellij</groupId>
<artifactId>extensions</artifactId>
<version>7.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.intellij/extensions/
implementation 'com.intellij:extensions:7.0.3'
// https://jarcasting.com/artifacts/com.intellij/extensions/
implementation ("com.intellij:extensions:7.0.3")
'com.intellij:extensions:jar:7.0.3'
<dependency org="com.intellij" name="extensions" rev="7.0.3">
<artifact name="extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intellij', module='extensions', version='7.0.3')
)
libraryDependencies += "com.intellij" % "extensions" % "7.0.3"
[com.intellij/extensions "7.0.3"]