| Категории |
КатегорииIntelliJ IDEA Инструменты разработки IDE |
|---|---|
| Группа | Группаcom.intellij |
| Идентификатор | Идентификаторannotations |
| Версия | Версия5.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| annotations-5.1.pom | |
| annotations-5.1.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.intellij/annotations/ -->
<dependency>
<groupId>com.intellij</groupId>
<artifactId>annotations</artifactId>
<version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.intellij/annotations/
implementation 'com.intellij:annotations:5.1'
// https://jarcasting.com/artifacts/com.intellij/annotations/
implementation ("com.intellij:annotations:5.1")
'com.intellij:annotations:jar:5.1'
<dependency org="com.intellij" name="annotations" rev="5.1">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intellij', module='annotations', version='5.1')
)
libraryDependencies += "com.intellij" % "annotations" % "5.1"
[com.intellij/annotations "5.1"]