GroupId | GroupIdcom.feingto.cloud |
---|---|
ArtifactId | ArtifactIdfeingto-cache |
Version | Version2.5.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
feingto-cache-2.5.2.RELEASE.pom | |
feingto-cache-2.5.2.RELEASE.jar | 37 KB |
feingto-cache-2.5.2.RELEASE-sources.jar | 19 KB |
feingto-cache-2.5.2.RELEASE-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.feingto.cloud/feingto-cache/ -->
<dependency>
<groupId>com.feingto.cloud</groupId>
<artifactId>feingto-cache</artifactId>
<version>2.5.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.feingto.cloud/feingto-cache/
implementation 'com.feingto.cloud:feingto-cache:2.5.2.RELEASE'
// https://jarcasting.com/artifacts/com.feingto.cloud/feingto-cache/
implementation ("com.feingto.cloud:feingto-cache:2.5.2.RELEASE")
'com.feingto.cloud:feingto-cache:jar:2.5.2.RELEASE'
<dependency org="com.feingto.cloud" name="feingto-cache" rev="2.5.2.RELEASE">
<artifact name="feingto-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feingto.cloud', module='feingto-cache', version='2.5.2.RELEASE')
)
libraryDependencies += "com.feingto.cloud" % "feingto-cache" % "2.5.2.RELEASE"
[com.feingto.cloud/feingto-cache "2.5.2.RELEASE"]