License |
License |
---|---|
GroupId | GroupIdcom.centit.product |
ArtifactId | ArtifactIdcentit-stat |
Last Version | Last Version2.1.1805 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.centit.product:centit-stat
统计报表服务,分两部分:一、根据sql语句生成统计结果,二、根据结果用各种图表展示数据。
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
centit-stat-2.1.1805.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.centit.product/centit-stat/ -->
<dependency>
<groupId>com.centit.product</groupId>
<artifactId>centit-stat</artifactId>
<version>2.1.1805</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.centit.product/centit-stat/
implementation 'com.centit.product:centit-stat:2.1.1805'
// https://jarcasting.com/artifacts/com.centit.product/centit-stat/
implementation ("com.centit.product:centit-stat:2.1.1805")
'com.centit.product:centit-stat:pom:2.1.1805'
<dependency org="com.centit.product" name="centit-stat" rev="2.1.1805">
<artifact name="centit-stat" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.centit.product', module='centit-stat', version='2.1.1805')
)
libraryDependencies += "com.centit.product" % "centit-stat" % "2.1.1805"
[com.centit.product/centit-stat "2.1.1805"]