[关闭]
@jiyiren 2017-05-22T09:31:24.000000Z 字数 304 阅读 896

Maven

maven


Servlet:

  1. <dependency>
  2. <groupId>javax.servlet</groupId>
  3. <artifactId>javax.servlet-api</artifactId>
  4. <version>3.0.1</version>
  5. <scope>provided</scope>
  6. </dependency>

Apereo Client

  1. <dependency>
  2. <groupId>org.jasig.cas.client</groupId>
  3. <artifactId>cas-client-core</artifactId>
  4. <version>3.3.3</version>
  5. </dependency>
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注