| Группа | Группаcom.alachisoft.ncache |
|---|---|
| Идентификатор | Идентификаторncache-spring |
| Версия | Версия5.2-alpha-26 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ncache-spring-5.2-alpha-26.pom | |
| ncache-spring-5.2-alpha-26.jar | 15 KB |
| ncache-spring-5.2-alpha-26-sources.jar | 9 KB |
| ncache-spring-5.2-alpha-26-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.alachisoft.ncache/ncache-spring/ -->
<dependency>
<groupId>com.alachisoft.ncache</groupId>
<artifactId>ncache-spring</artifactId>
<version>5.2-alpha-26</version>
</dependency>
// https://jarcasting.com/artifacts/com.alachisoft.ncache/ncache-spring/
implementation 'com.alachisoft.ncache:ncache-spring:5.2-alpha-26'
// https://jarcasting.com/artifacts/com.alachisoft.ncache/ncache-spring/
implementation ("com.alachisoft.ncache:ncache-spring:5.2-alpha-26")
'com.alachisoft.ncache:ncache-spring:jar:5.2-alpha-26'
<dependency org="com.alachisoft.ncache" name="ncache-spring" rev="5.2-alpha-26">
<artifact name="ncache-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alachisoft.ncache', module='ncache-spring', version='5.2-alpha-26')
)
libraryDependencies += "com.alachisoft.ncache" % "ncache-spring" % "5.2-alpha-26"
[com.alachisoft.ncache/ncache-spring "5.2-alpha-26"]