GroupId | GroupIdcom.gitee.secretopen |
---|---|
ArtifactId | ArtifactIdsecret-boot-framework-cache |
Version | Version1.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework-cache/ -->
<dependency>
<groupId>com.gitee.secretopen</groupId>
<artifactId>secret-boot-framework-cache</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework-cache/
implementation 'com.gitee.secretopen:secret-boot-framework-cache:1.4.0'
// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework-cache/
implementation ("com.gitee.secretopen:secret-boot-framework-cache:1.4.0")
'com.gitee.secretopen:secret-boot-framework-cache:jar:1.4.0'
<dependency org="com.gitee.secretopen" name="secret-boot-framework-cache" rev="1.4.0">
<artifact name="secret-boot-framework-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.secretopen', module='secret-boot-framework-cache', version='1.4.0')
)
libraryDependencies += "com.gitee.secretopen" % "secret-boot-framework-cache" % "1.4.0"
[com.gitee.secretopen/secret-boot-framework-cache "1.4.0"]