| Категории |
КатегорииGradle Компиляция и сборка Github Инструменты разработки Контроль версий |
|---|---|
| Группа | Группаio.github.nefilim.gradle.semver-plugin |
| Идентификатор | Идентификаторio.github.nefilim.gradle.semver-plugin.gradle.plugin |
| Версия | Версия0.3.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| io.github.nefilim.gradle.semver-plugin.gradle.plugin-0.3.4.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.nefilim.gradle.semver-plugin/io.github.nefilim.gradle.semver-plugin.gradle.plugin/ -->
<dependency>
<groupId>io.github.nefilim.gradle.semver-plugin</groupId>
<artifactId>io.github.nefilim.gradle.semver-plugin.gradle.plugin</artifactId>
<version>0.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nefilim.gradle.semver-plugin/io.github.nefilim.gradle.semver-plugin.gradle.plugin/
implementation 'io.github.nefilim.gradle.semver-plugin:io.github.nefilim.gradle.semver-plugin.gradle.plugin:0.3.4'
// https://jarcasting.com/artifacts/io.github.nefilim.gradle.semver-plugin/io.github.nefilim.gradle.semver-plugin.gradle.plugin/
implementation ("io.github.nefilim.gradle.semver-plugin:io.github.nefilim.gradle.semver-plugin.gradle.plugin:0.3.4")
'io.github.nefilim.gradle.semver-plugin:io.github.nefilim.gradle.semver-plugin.gradle.plugin:pom:0.3.4'
<dependency org="io.github.nefilim.gradle.semver-plugin" name="io.github.nefilim.gradle.semver-plugin.gradle.plugin" rev="0.3.4">
<artifact name="io.github.nefilim.gradle.semver-plugin.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.nefilim.gradle.semver-plugin', module='io.github.nefilim.gradle.semver-plugin.gradle.plugin', version='0.3.4')
)
libraryDependencies += "io.github.nefilim.gradle.semver-plugin" % "io.github.nefilim.gradle.semver-plugin.gradle.plugin" % "0.3.4"
[io.github.nefilim.gradle.semver-plugin/io.github.nefilim.gradle.semver-plugin.gradle.plugin "0.3.4"]