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