| Категории |
КатегорииEhcache Данные Caching CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.jasig.cas.client |
| Идентификатор | Идентификаторcas-client-support-distributed-ehcache |
| Версия | Версия3.2.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.jasig.cas.client/cas-client-support-distributed-ehcache/ -->
<dependency>
<groupId>org.jasig.cas.client</groupId>
<artifactId>cas-client-support-distributed-ehcache</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.cas.client/cas-client-support-distributed-ehcache/
implementation 'org.jasig.cas.client:cas-client-support-distributed-ehcache:3.2.1'
// https://jarcasting.com/artifacts/org.jasig.cas.client/cas-client-support-distributed-ehcache/
implementation ("org.jasig.cas.client:cas-client-support-distributed-ehcache:3.2.1")
'org.jasig.cas.client:cas-client-support-distributed-ehcache:jar:3.2.1'
<dependency org="org.jasig.cas.client" name="cas-client-support-distributed-ehcache" rev="3.2.1">
<artifact name="cas-client-support-distributed-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.cas.client', module='cas-client-support-distributed-ehcache', version='3.2.1')
)
libraryDependencies += "org.jasig.cas.client" % "cas-client-support-distributed-ehcache" % "3.2.1"
[org.jasig.cas.client/cas-client-support-distributed-ehcache "3.2.1"]