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