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