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