Подключение
Выпуска
Maven
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository><dependency>
<groupId>com.bloogefest</groupId>
<artifactId>annotation</artifactId>
<version>3.0.0</version>
</dependency>Gradle
mavenCentral()implementation("com.bloogefest:annotation:3.0.0")Выпуск-кандидата
Maven
Gradle
Снимка
Maven
Gradle
Last updated
Was this helpful?