не последняя версия
Последняя версия 0.20.0

com.vanniktech.maven.publish.base:com.vanniktech.maven.publish.base.gradle.plugin 0.15.0

Gradle plugin that configures an uploadArchives task to automatically upload all of your Java, Kotlin or Android libraries to any Maven instance.

Категории

Категории

Maven Компиляция и сборка Gradle
Группа

Группа

com.vanniktech.maven.publish.base
Идентификатор

Идентификатор

com.vanniktech.maven.publish.base.gradle.plugin
Версия

Версия

0.15.0
Тип

Тип

pom

Скачать com.vanniktech.maven.publish.base.gradle.plugin 0.15.0


<!-- https://jarcasting.com/artifacts/com.vanniktech.maven.publish.base/com.vanniktech.maven.publish.base.gradle.plugin/ -->
<dependency>
    <groupId>com.vanniktech.maven.publish.base</groupId>
    <artifactId>com.vanniktech.maven.publish.base.gradle.plugin</artifactId>
    <version>0.15.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vanniktech.maven.publish.base/com.vanniktech.maven.publish.base.gradle.plugin/
implementation 'com.vanniktech.maven.publish.base:com.vanniktech.maven.publish.base.gradle.plugin:0.15.0'
// https://jarcasting.com/artifacts/com.vanniktech.maven.publish.base/com.vanniktech.maven.publish.base.gradle.plugin/
implementation ("com.vanniktech.maven.publish.base:com.vanniktech.maven.publish.base.gradle.plugin:0.15.0")
'com.vanniktech.maven.publish.base:com.vanniktech.maven.publish.base.gradle.plugin:pom:0.15.0'
<dependency org="com.vanniktech.maven.publish.base" name="com.vanniktech.maven.publish.base.gradle.plugin" rev="0.15.0">
  <artifact name="com.vanniktech.maven.publish.base.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vanniktech.maven.publish.base', module='com.vanniktech.maven.publish.base.gradle.plugin', version='0.15.0')
)
libraryDependencies += "com.vanniktech.maven.publish.base" % "com.vanniktech.maven.publish.base.gradle.plugin" % "0.15.0"
[com.vanniktech.maven.publish.base/com.vanniktech.maven.publish.base.gradle.plugin "0.15.0"]