| Группа | Группаpl.allegro.tech.build |
|---|---|
| Идентификатор | Идентификаторaxion-release-plugin |
| Версия | Версия1.12.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| axion-release-plugin-1.12.1.pom | |
| axion-release-plugin-1.12.1.jar | 244 KB |
| axion-release-plugin-1.12.1-sources.jar | 66 KB |
| axion-release-plugin-1.12.1-javadoc.jar | 196 KB |
| axion-release-plugin-1.12.1-groovydoc.jar | 316 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/pl.allegro.tech.build/axion-release-plugin/ -->
<dependency>
<groupId>pl.allegro.tech.build</groupId>
<artifactId>axion-release-plugin</artifactId>
<version>1.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.allegro.tech.build/axion-release-plugin/
implementation 'pl.allegro.tech.build:axion-release-plugin:1.12.1'
// https://jarcasting.com/artifacts/pl.allegro.tech.build/axion-release-plugin/
implementation ("pl.allegro.tech.build:axion-release-plugin:1.12.1")
'pl.allegro.tech.build:axion-release-plugin:jar:1.12.1'
<dependency org="pl.allegro.tech.build" name="axion-release-plugin" rev="1.12.1">
<artifact name="axion-release-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.allegro.tech.build', module='axion-release-plugin', version='1.12.1')
)
libraryDependencies += "pl.allegro.tech.build" % "axion-release-plugin" % "1.12.1"
[pl.allegro.tech.build/axion-release-plugin "1.12.1"]