GroupId | GroupIdcom.alilitech |
---|---|
ArtifactId | ArtifactIdboot-plus-cache |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
boot-plus-cache-1.3.1.pom | |
boot-plus-cache-1.3.1.jar | 16 KB |
boot-plus-cache-1.3.1-sources.jar | 11 KB |
boot-plus-cache-1.3.1-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus-cache/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus-cache</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-cache/
implementation 'com.alilitech:boot-plus-cache:1.3.1'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-cache/
implementation ("com.alilitech:boot-plus-cache:1.3.1")
'com.alilitech:boot-plus-cache:jar:1.3.1'
<dependency org="com.alilitech" name="boot-plus-cache" rev="1.3.1">
<artifact name="boot-plus-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus-cache', version='1.3.1')
)
libraryDependencies += "com.alilitech" % "boot-plus-cache" % "1.3.1"
[com.alilitech/boot-plus-cache "1.3.1"]