| GroupId | GroupIdpl.allegro.tech.build |
|---|---|
| ArtifactId | ArtifactIdaxion-release-plugin |
| Version | Version0.9.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| axion-release-plugin-0.9.3.pom | |
| axion-release-plugin-0.9.3.jar | 117 KB |
| axion-release-plugin-0.9.3-sources.jar | 18 KB |
| axion-release-plugin-0.9.3-javadoc.jar | 261 bytes |
| axion-release-plugin-0.9.3-groovydoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.allegro.tech.build/axion-release-plugin/ -->
<dependency>
<groupId>pl.allegro.tech.build</groupId>
<artifactId>axion-release-plugin</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/pl.allegro.tech.build/axion-release-plugin/
implementation 'pl.allegro.tech.build:axion-release-plugin:0.9.3'
// https://jarcasting.com/artifacts/pl.allegro.tech.build/axion-release-plugin/
implementation ("pl.allegro.tech.build:axion-release-plugin:0.9.3")
'pl.allegro.tech.build:axion-release-plugin:jar:0.9.3'
<dependency org="pl.allegro.tech.build" name="axion-release-plugin" rev="0.9.3">
<artifact name="axion-release-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.allegro.tech.build', module='axion-release-plugin', version='0.9.3')
)
libraryDependencies += "pl.allegro.tech.build" % "axion-release-plugin" % "0.9.3"
[pl.allegro.tech.build/axion-release-plugin "0.9.3"]