MVN

com.xnx3.wm.autoPublish : autoPublish

Maven & Gradle

Aug 26, 2023
1 usages

autoPublish · maven项目自动部署到服务器

<dependency>
    <groupId>com.xnx3.wm.autoPublish</groupId>
    <artifactId>autoPublish</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xnx3.wm.autoPublish : autoPublish to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.xnx3.wm.autoPublish : autoPublish to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
autoPublish-1.4
1.3
autoPublish-1.3
1.2
autoPublish-1.2
1.1
autoPublish-1.1
1.0
autoPublish-1.0

How to add a dependency to Maven

Add the following com.xnx3.wm.autoPublish : autoPublish maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xnx3.wm.autoPublish</groupId>
    <artifactId>autoPublish</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xnx3.wm.autoPublish : autoPublish gradle dependency to your build.gradle file:

implementation 'com.xnx3.wm.autoPublish:autoPublish:1.4'

Gradle Kotlin DSL: Add the following com.xnx3.wm.autoPublish : autoPublish gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xnx3.wm.autoPublish:autoPublish:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xnx3.wm.autoPublish : autoPublish sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xnx3.wm.autoPublish" % "autoPublish" % "1.4"

Advertisement