MVN

com.centit.framework : framework-system-web

Maven & Gradle

Jan 13, 2021
2 usages
11 stars

com.centit.framework:framework-system-web · 定义了一组和core兼容的表结构,并用mybatis实现了表的增删改查

<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>framework-system-web</artifactId>
    <version>5.0.2101</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.centit.framework : framework-system-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2101

All Versions

Choose a version of com.centit.framework : framework-system-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
framework-system-web-5.0.2101
4.6.x
framework-system-web-4.6.2007
4.4.x
framework-system-web-4.4.1812
4.2.x
framework-system-web-4.2.1809
framework-system-web-4.2.1808
4.1.x
framework-system-web-4.1.1806
framework-system-web-4.1.1805
framework-system-web-4.1.1803

How to add a dependency to Maven

Add the following com.centit.framework : framework-system-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>framework-system-web</artifactId>
    <version>5.0.2101</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.centit.framework : framework-system-web gradle dependency to your build.gradle file:

implementation 'com.centit.framework:framework-system-web:5.0.2101'

Gradle Kotlin DSL: Add the following com.centit.framework : framework-system-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.centit.framework:framework-system-web:5.0.2101")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.centit.framework : framework-system-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.centit.framework" % "framework-system-web" % "5.0.2101"

Advertisement