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