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