License |
License |
---|---|
GroupId | GroupIdorg.ifinalframework.boot |
ArtifactId | ArtifactIdfinal-boot-starter-cache |
Version | Version1.3.4 |
Type | Typejar |
Description |
DescriptionFinal Boot
|
Filename | Size |
---|---|
final-boot-starter-cache-1.3.4.pom | |
final-boot-starter-cache-1.3.4.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ifinalframework.boot/final-boot-starter-cache/ -->
<dependency>
<groupId>org.ifinalframework.boot</groupId>
<artifactId>final-boot-starter-cache</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ifinalframework.boot/final-boot-starter-cache/
implementation 'org.ifinalframework.boot:final-boot-starter-cache:1.3.4'
// https://jarcasting.com/artifacts/org.ifinalframework.boot/final-boot-starter-cache/
implementation ("org.ifinalframework.boot:final-boot-starter-cache:1.3.4")
'org.ifinalframework.boot:final-boot-starter-cache:jar:1.3.4'
<dependency org="org.ifinalframework.boot" name="final-boot-starter-cache" rev="1.3.4">
<artifact name="final-boot-starter-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ifinalframework.boot', module='final-boot-starter-cache', version='1.3.4')
)
libraryDependencies += "org.ifinalframework.boot" % "final-boot-starter-cache" % "1.3.4"
[org.ifinalframework.boot/final-boot-starter-cache "1.3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ifinalframework.boot : final-boot-starter | jar | 1.3.4 |
org.ifinalframework.data : final-data-cache | jar | |
org.projectlombok : lombok Optional | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.6.6 |