GroupId | GroupIdcom.feingto.cloud |
---|---|
ArtifactId | ArtifactIdfeingto-cache |
Version | Version2020.0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
feingto-cache-2020.0.3.1.pom | |
feingto-cache-2020.0.3.1.jar | 37 KB |
feingto-cache-2020.0.3.1-sources.jar | 19 KB |
feingto-cache-2020.0.3.1-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>2020.0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.feingto.cloud/feingto-cache/
implementation 'com.feingto.cloud:feingto-cache:2020.0.3.1'
// https://jarcasting.com/artifacts/com.feingto.cloud/feingto-cache/
implementation ("com.feingto.cloud:feingto-cache:2020.0.3.1")
'com.feingto.cloud:feingto-cache:jar:2020.0.3.1'
<dependency org="com.feingto.cloud" name="feingto-cache" rev="2020.0.3.1">
<artifact name="feingto-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feingto.cloud', module='feingto-cache', version='2020.0.3.1')
)
libraryDependencies += "com.feingto.cloud" % "feingto-cache" % "2020.0.3.1"
[com.feingto.cloud/feingto-cache "2020.0.3.1"]