| GroupId | GroupIdcom.ethlo.cache |
|---|---|
| ArtifactId | ArtifactIdspring-tx-cache-decorator |
| Version | Version0.2.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ethlo.cache/spring-tx-cache-decorator/ -->
<dependency>
<groupId>com.ethlo.cache</groupId>
<artifactId>spring-tx-cache-decorator</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.cache/spring-tx-cache-decorator/
implementation 'com.ethlo.cache:spring-tx-cache-decorator:0.2.1'
// https://jarcasting.com/artifacts/com.ethlo.cache/spring-tx-cache-decorator/
implementation ("com.ethlo.cache:spring-tx-cache-decorator:0.2.1")
'com.ethlo.cache:spring-tx-cache-decorator:jar:0.2.1'
<dependency org="com.ethlo.cache" name="spring-tx-cache-decorator" rev="0.2.1">
<artifact name="spring-tx-cache-decorator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.cache', module='spring-tx-cache-decorator', version='0.2.1')
)
libraryDependencies += "com.ethlo.cache" % "spring-tx-cache-decorator" % "0.2.1"
[com.ethlo.cache/spring-tx-cache-decorator "0.2.1"]