Эксперт ХД

org.jetbrains:annotations (13.0)

Published 2026-09-15 10:17:36 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.jetbrains</groupId>
	<artifactId>annotations</artifactId>
	<version>13.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.jetbrains:annotations:13.0

About this package

A set of annotations used for code inspection support and code documentation.
Details
Maven
2026-09-15 10:17:36 +00:00
275
IntelliJ IDEA Annotations
The Apache Software License, Version 2.0
22 KiB
Assets (2)
Versions (1) View all
13.0 2026-09-15