| GroupId | GroupIdcom.github.damianwajser |
|---|---|
| ArtifactId | ArtifactIdspring-commons-cache |
| Version | Version1.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-commons-cache-1.7.1.pom | |
| spring-commons-cache-1.7.1.jar | 12 KB |
| spring-commons-cache-1.7.1-sources.jar | 6 KB |
| spring-commons-cache-1.7.1-javadoc.jar | 434 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-cache/ -->
<dependency>
<groupId>com.github.damianwajser</groupId>
<artifactId>spring-commons-cache</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-cache/
implementation 'com.github.damianwajser:spring-commons-cache:1.7.1'
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-cache/
implementation ("com.github.damianwajser:spring-commons-cache:1.7.1")
'com.github.damianwajser:spring-commons-cache:jar:1.7.1'
<dependency org="com.github.damianwajser" name="spring-commons-cache" rev="1.7.1">
<artifact name="spring-commons-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damianwajser', module='spring-commons-cache', version='1.7.1')
)
libraryDependencies += "com.github.damianwajser" % "spring-commons-cache" % "1.7.1"
[com.github.damianwajser/spring-commons-cache "1.7.1"]