не последняя версия
Последняя версия 12.0

com.intellij:annotations 5.1


Категории

Категории

IntelliJ IDEA Инструменты разработки IDE
Группа

Группа

com.intellij
Идентификатор

Идентификатор

annotations
Версия

Версия

5.1
Тип

Тип

jar

Скачать annotations 5.1

Имя Файла Размер
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"]