GroupId | GroupIdio.xream.x7 |
---|---|
ArtifactId | ArtifactIdx7-cache |
Version | Version2.3.4.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
x7-cache-2.3.4.RELEASE.pom | |
x7-cache-2.3.4.RELEASE.jar | 22 KB |
x7-cache-2.3.4.RELEASE-sources.jar | 19 KB |
x7-cache-2.3.4.RELEASE-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xream.x7/x7-cache/ -->
<dependency>
<groupId>io.xream.x7</groupId>
<artifactId>x7-cache</artifactId>
<version>2.3.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.xream.x7/x7-cache/
implementation 'io.xream.x7:x7-cache:2.3.4.RELEASE'
// https://jarcasting.com/artifacts/io.xream.x7/x7-cache/
implementation ("io.xream.x7:x7-cache:2.3.4.RELEASE")
'io.xream.x7:x7-cache:jar:2.3.4.RELEASE'
<dependency org="io.xream.x7" name="x7-cache" rev="2.3.4.RELEASE">
<artifact name="x7-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xream.x7', module='x7-cache', version='2.3.4.RELEASE')
)
libraryDependencies += "io.xream.x7" % "x7-cache" % "2.3.4.RELEASE"
[io.xream.x7/x7-cache "2.3.4.RELEASE"]