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