| Группа | Группаcom.ethlo.cache |
|---|---|
| Идентификатор | Идентификаторspring-tx-cache-decorator |
| Версия | Версия1.0.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.ethlo.cache/spring-tx-cache-decorator/ -->
<dependency>
<groupId>com.ethlo.cache</groupId>
<artifactId>spring-tx-cache-decorator</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.cache/spring-tx-cache-decorator/
implementation 'com.ethlo.cache:spring-tx-cache-decorator:1.0.2'
// https://jarcasting.com/artifacts/com.ethlo.cache/spring-tx-cache-decorator/
implementation ("com.ethlo.cache:spring-tx-cache-decorator:1.0.2")
'com.ethlo.cache:spring-tx-cache-decorator:jar:1.0.2'
<dependency org="com.ethlo.cache" name="spring-tx-cache-decorator" rev="1.0.2">
<artifact name="spring-tx-cache-decorator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.cache', module='spring-tx-cache-decorator', version='1.0.2')
)
libraryDependencies += "com.ethlo.cache" % "spring-tx-cache-decorator" % "1.0.2"
[com.ethlo.cache/spring-tx-cache-decorator "1.0.2"]