在maven的pom里怎么配置cas

我要使用cas-server3.5.2
cas-client3.2.1

pom里怎么写?

[img]http://dl.iteye.com/upload/attachment/0084/6095/09cc61ae-0865-32e3-8f67-9babb80ed89f.png[/img]
这么写报错:[color=red]Missing artifact org.jasig.cas:cas-server:jar:3.5.2[/color]

一些常用的可以到http://mvnrepository.com网站去搜索下
然后有对应的版本号和groupId等信息


org.jasig.cas
cas-server
3.5.2
pom


org.jasig.cas.client
cas-client
3.2.1
pom