mirror of
https://github.com/chatopera/cosin.git
synced 2025-07-20 04:23:01 +08:00
parent
d69411c9fe
commit
9277d82874
33
contact-center/config/lib/README.md
Normal file
33
contact-center/config/lib/README.md
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# Lib
|
||||||
|
|
||||||
|
默认使用 Maven 安装,本目录为备份。
|
||||||
|
|
||||||
|
```
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>chatopera</id>
|
||||||
|
<name>Chatopera Inc.</name>
|
||||||
|
<url>https://nexus.chatopera.com/repository/maven-public/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
...
|
||||||
|
</repositories>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## mondrian-3.7.0.jar
|
||||||
|
|
||||||
|
* 在 mondrian 的基础上调整,增加 UKTools,背景见 https://github.com/cskefu/cskefu/issues/878
|
||||||
|
|
||||||
|
```
|
||||||
|
<dependency>
|
||||||
|
<groupId>mondrian</groupId>
|
||||||
|
<artifactId>mondrian</artifactId>
|
||||||
|
<version>3.7.0</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
BIN
contact-center/config/lib/mondrian-3.7.0.jar
Normal file
BIN
contact-center/config/lib/mondrian-3.7.0.jar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user