MVN

xin.altitude.cms : ucode-cms-code-gen

Maven & Gradle

Apr 28, 2023

赛泰先生之Java代码自动器2.0

<dependency>
    <groupId>xin.altitude.cms</groupId>
    <artifactId>ucode-cms-code-gen</artifactId>
    <version>1.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xin.altitude.cms : ucode-cms-code-gen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.4
  • Latest Beta: 1.6.3.6-beta

All Versions

Choose a version of xin.altitude.cms : ucode-cms-code-gen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
ucode-cms-code-gen-1.6.4
ucode-cms-code-gen-1.6.3.6-beta

How to add a dependency to Maven

Add the following xin.altitude.cms : ucode-cms-code-gen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xin.altitude.cms</groupId>
    <artifactId>ucode-cms-code-gen</artifactId>
    <version>1.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xin.altitude.cms : ucode-cms-code-gen gradle dependency to your build.gradle file:

implementation 'xin.altitude.cms:ucode-cms-code-gen:1.6.4'

Gradle Kotlin DSL: Add the following xin.altitude.cms : ucode-cms-code-gen gradle kotlin dependency to your build.gradle.kts file:

implementation("xin.altitude.cms:ucode-cms-code-gen:1.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following xin.altitude.cms : ucode-cms-code-gen sbt scala dependency to your build.sbt file:

libraryDependencies += "xin.altitude.cms" % "ucode-cms-code-gen" % "1.6.4"