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