| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторcacheable-request |
| Версия | Версия2.1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cacheable-request-2.1.4.pom | |
| cacheable-request-2.1.4.jar | 8 KB |
| cacheable-request-2.1.4-sources.jar | 22 bytes |
| cacheable-request-2.1.4-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/cacheable-request/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>cacheable-request</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cacheable-request/
implementation 'org.webjars.npm:cacheable-request:2.1.4'
// https://jarcasting.com/artifacts/org.webjars.npm/cacheable-request/
implementation ("org.webjars.npm:cacheable-request:2.1.4")
'org.webjars.npm:cacheable-request:jar:2.1.4'
<dependency org="org.webjars.npm" name="cacheable-request" rev="2.1.4">
<artifact name="cacheable-request" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cacheable-request', version='2.1.4')
)
libraryDependencies += "org.webjars.npm" % "cacheable-request" % "2.1.4"
[org.webjars.npm/cacheable-request "2.1.4"]