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