| Категории |
КатегорииTape Данные Data Structures |
|---|---|
| Группа | Группаcom.ciaranwood |
| Идентификатор | Идентификаторtapestry-service-cache |
| Версия | Версия2.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tapestry-service-cache-2.0.1.pom | |
| tapestry-service-cache-2.0.1.jar | 12 KB |
| tapestry-service-cache-2.0.1-sources.jar | 7 KB |
| tapestry-service-cache-2.0.1-javadoc.jar | 80 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ciaranwood/tapestry-service-cache/ -->
<dependency>
<groupId>com.ciaranwood</groupId>
<artifactId>tapestry-service-cache</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ciaranwood/tapestry-service-cache/
implementation 'com.ciaranwood:tapestry-service-cache:2.0.1'
// https://jarcasting.com/artifacts/com.ciaranwood/tapestry-service-cache/
implementation ("com.ciaranwood:tapestry-service-cache:2.0.1")
'com.ciaranwood:tapestry-service-cache:jar:2.0.1'
<dependency org="com.ciaranwood" name="tapestry-service-cache" rev="2.0.1">
<artifact name="tapestry-service-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ciaranwood', module='tapestry-service-cache', version='2.0.1')
)
libraryDependencies += "com.ciaranwood" % "tapestry-service-cache" % "2.0.1"
[com.ciaranwood/tapestry-service-cache "2.0.1"]