文件下载
文件名 操作
beangle-ems-cas_3-4.8.10.jar 下载
beangle-ems-cas_3-4.8.10.pom 下载
beangle-ems-cas_3-4.8.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.beangle.ems</groupId>
  <artifactId>beangle-ems-cas_3</artifactId>
  <version>4.8.10</version>
</dependency>
Gradle Groovy
implementation 'org.beangle.ems:beangle-ems-cas_3:4.8.10'
Gradle Kotlin
implementation("org.beangle.ems:beangle-ems-cas_3:4.8.10")
Scala SBT
libraryDependencies += "org.beangle.ems" % "beangle-ems-cas_3" % "4.8.10"
Groovy Grape
@Grapes(
  @Grab(group='org.beangle.ems', module='beangle-ems-cas_3', version='4.8.10')
)
Apache Ivy
<dependency org="org.beangle.ems" name="beangle-ems-cas_3" rev="4.8.10" />
Leiningen
[org.beangle.ems/beangle-ems-cas_3 "4.8.10"]
Apache Buildr
'org.beangle.ems:beangle-ems-cas_3:jar:4.8.10'
本项目依赖

compile

|-- org.beangle.ems:beangle-ems-web_3:4.8.10

|-- org.beangle.ems:beangle-ems-app_3:4.8.10

|-- org.beangle.ems:beangle-ems-core_3:4.8.10

|-- org.scala-lang:scala3-library_3:3.3.3

|-- org.beangle.commons:beangle-commons-core_3:5.6.14

|-- org.beangle.commons:beangle-commons-file_3:5.6.14

|-- org.beangle.commons:beangle-commons-text_3:5.6.14

|-- ch.qos.logback:logback-classic:1.5.0

|-- ch.qos.logback:logback-core:1.5.0

|-- org.beangle.web:beangle-web-action_3:0.4.10

|-- org.beangle.cdi:beangle-cdi-api_3:0.6.4

|-- org.beangle.cdi:beangle-cdi-spring_3:0.6.4

|-- com.google.code.gson:gson:2.10.1

|-- com.zaxxer:HikariCP:5.1.0

|-- org.beangle.webmvc:beangle-webmvc-support_3:0.9.23

|-- org.beangle.cache:beangle-cache-redis_3:0.1.7

|-- org.beangle.data:beangle-data-orm_3:5.8.7

|-- org.beangle.hibernate:beangle-hibernate-core:6.4.4.Final

|-- org.beangle.data:beangle-data-jdbc_3:5.8.7

|-- org.beangle.cache:beangle-cache-api_3:0.1.7

|-- org.beangle.cache:beangle-cache-caffeine_3:0.1.7

|-- org.beangle.security:beangle-security-session_3:4.3.18

|-- org.beangle.security:beangle-security-sso_3:4.3.18

|-- org.beangle.template:beangle-template-api_3:0.1.11

|-- org.postgresql:postgresql:42.7.2

|-- com.github.ben-manes.caffeine:jcache:3.1.8

|-- org.hibernate.orm:hibernate-jcache:6.4.4.Final

|-- org.beangle.event:beangle-event-bus_3:0.0.3

test

|-- org.beangle.sas:beangle-sas-engine:0.12.3

|-- org.apache.tomcat.embed:tomcat-embed-core:10.1.13

|-- io.undertow:undertow-servlet:2.3.8.Final

|-- org.scalatest:scalatest_3:3.2.18