| Категории |
КатегорииEhcache Данные Caching |
|---|---|
| Группа | Группаorg.sonatype.nexus |
| Идентификатор | Идентификаторnexus-ehcache |
| Версия | Версия2.9.1-02 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nexus-ehcache-2.9.1-02.pom | |
| nexus-ehcache-2.9.1-02.jar | 5 KB |
| nexus-ehcache-2.9.1-02-sources.jar | 4 KB |
| nexus-ehcache-2.9.1-02-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-ehcache/ -->
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-ehcache</artifactId>
<version>2.9.1-02</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-ehcache/
implementation 'org.sonatype.nexus:nexus-ehcache:2.9.1-02'
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-ehcache/
implementation ("org.sonatype.nexus:nexus-ehcache:2.9.1-02")
'org.sonatype.nexus:nexus-ehcache:jar:2.9.1-02'
<dependency org="org.sonatype.nexus" name="nexus-ehcache" rev="2.9.1-02">
<artifact name="nexus-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-ehcache', version='2.9.1-02')
)
libraryDependencies += "org.sonatype.nexus" % "nexus-ehcache" % "2.9.1-02"
[org.sonatype.nexus/nexus-ehcache "2.9.1-02"]