Categories |
CategoriesCaffeine Data Caching |
---|---|
GroupId | GroupIdcom.eworkcloud.starter |
ArtifactId | ArtifactIdework-cloud-starter-caffeine |
Version | Version2.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-caffeine/ -->
<dependency>
<groupId>com.eworkcloud.starter</groupId>
<artifactId>ework-cloud-starter-caffeine</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-caffeine/
implementation 'com.eworkcloud.starter:ework-cloud-starter-caffeine:2.2.1'
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-caffeine/
implementation ("com.eworkcloud.starter:ework-cloud-starter-caffeine:2.2.1")
'com.eworkcloud.starter:ework-cloud-starter-caffeine:jar:2.2.1'
<dependency org="com.eworkcloud.starter" name="ework-cloud-starter-caffeine" rev="2.2.1">
<artifact name="ework-cloud-starter-caffeine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eworkcloud.starter', module='ework-cloud-starter-caffeine', version='2.2.1')
)
libraryDependencies += "com.eworkcloud.starter" % "ework-cloud-starter-caffeine" % "2.2.1"
[com.eworkcloud.starter/ework-cloud-starter-caffeine "2.2.1"]