MVN

tech.yanand.maven-central-publish : tech.yanand.maven-central-publish.gradle.plugin

Maven & Gradle

Jun 26, 2024
6 stars

Maven Central Portal Publish Plugin · A plugin that allows you to publish repositories to the Maven Central Portal (new publish process)

<dependency>
    <groupId>tech.yanand.maven-central-publish</groupId>
    <artifactId>tech.yanand.maven-central-publish.gradle.plugin</artifactId>
    <version>0.1.0-beta.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.yanand.maven-central-publish : tech.yanand.maven-central-publish.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0-beta.5
  • Latest Beta: 0.1.0-beta.5

All Versions

Choose a version of tech.yanand.maven-central-publish : tech.yanand.maven-central-publish.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
tech.yanand.maven-central-publish.gradle.plugin-0.1.0-beta.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>tech.yanand.maven-central-publish</groupId>
    <artifactId>tech.yanand.maven-central-publish.gradle.plugin</artifactId>
    <version>0.1.0-beta.5</version>
</dependency>