License |
License |
---|---|
Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
GroupId | GroupIdcom.github.adedayo.intellij.sdk |
ArtifactId | ArtifactIdShortcutPromoter |
Last Version | Last Version142.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShortcutPromoter
A packaging of the IntelliJ Community Edition ShortcutPromoter library.
This is release number 1 of trunk branch 142.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ShortcutPromoter-142.1.pom | |
ShortcutPromoter-142.1.jar | 7 KB |
ShortcutPromoter-142.1-sources.jar | 2 KB |
ShortcutPromoter-142.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/ShortcutPromoter/ -->
<dependency>
<groupId>com.github.adedayo.intellij.sdk</groupId>
<artifactId>ShortcutPromoter</artifactId>
<version>142.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/ShortcutPromoter/
implementation 'com.github.adedayo.intellij.sdk:ShortcutPromoter:142.1'
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/ShortcutPromoter/
implementation ("com.github.adedayo.intellij.sdk:ShortcutPromoter:142.1")
'com.github.adedayo.intellij.sdk:ShortcutPromoter:jar:142.1'
<dependency org="com.github.adedayo.intellij.sdk" name="ShortcutPromoter" rev="142.1">
<artifact name="ShortcutPromoter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adedayo.intellij.sdk', module='ShortcutPromoter', version='142.1')
)
libraryDependencies += "com.github.adedayo.intellij.sdk" % "ShortcutPromoter" % "142.1"
[com.github.adedayo.intellij.sdk/ShortcutPromoter "142.1"]