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