MVN

com.gccloud : gc-starter-extend-field

Maven & Gradle

Jul 18, 2023

后端属性扩展,使用方式: 1、项目需要排除框架默认的本模块 2、项目需要下载该模块源码 3、项目需要在源码中自己扩展对应的表字段 4、项目中引入自己编译好的模块 前端属性扩展:前端暂时属性扩展支持,需要前端进行资源重构

<dependency>
    <groupId>com.gccloud</groupId>
    <artifactId>gc-starter-extend-field</artifactId>
    <version>2.3.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gccloud : gc-starter-extend-field to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0.RELEASE
  • Latest Alpha: 2.2.1.2023063001.Alpha

All Versions

Choose a version of com.gccloud : gc-starter-extend-field to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
gc-starter-extend-field-2.3.0.RELEASE
2.2.x
gc-starter-extend-field-2.2.2.RELEASE
gc-starter-extend-field-2.2.1.RELEASE
gc-starter-extend-field-2.2.1.2023063001.Alpha
gc-starter-extend-field-2.2.0.RELEASE
2.1.x
gc-starter-extend-field-2.1.0.2022112402.RELEASE
gc-starter-extend-field-2.1.0.2023042801.bugfix.RELEASE
gc-starter-extend-field-2.1.0.RELEASE
2.0.x
gc-starter-extend-field-2.0.0.RELEASE
1.2.x
gc-starter-extend-field-1.2.5.RELEASE
gc-starter-extend-field-1.2.4.2023013001.RELEASE

How to add a dependency to Maven

Add the following com.gccloud : gc-starter-extend-field maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gccloud</groupId>
    <artifactId>gc-starter-extend-field</artifactId>
    <version>2.3.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gccloud : gc-starter-extend-field gradle dependency to your build.gradle file:

implementation 'com.gccloud:gc-starter-extend-field:2.3.0.RELEASE'

Gradle Kotlin DSL: Add the following com.gccloud : gc-starter-extend-field gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gccloud:gc-starter-extend-field:2.3.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gccloud : gc-starter-extend-field sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gccloud" % "gc-starter-extend-field" % "2.3.0.RELEASE"