MVN

com.centit.framework : framework-system-static

Maven & Gradle

Jan 13, 2021
7 usages
19 stars

com.centit.framework:framework-system-static · 用json实现了和core兼容的表结构,另外也可以用jdbc直接读取其他框架系统兼容的表结构, 同时提供了一个和基于框架开发的集成平台对接的接口

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

Latest Version

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

  • Latest Stable: 5.0.2101

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>framework-system-static</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-static gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement