| GroupId | GroupIdcom.base4j |
|---|---|
| ArtifactId | ArtifactIdbase4j-cache |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| base4j-cache-1.0.6.pom | |
| base4j-cache-1.0.6.jar | 51 KB |
| base4j-cache-1.0.6-sources.jar | 33 KB |
| base4j-cache-1.0.6-javadoc.jar | 256 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.base4j/base4j-cache/ -->
<dependency>
<groupId>com.base4j</groupId>
<artifactId>base4j-cache</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.base4j/base4j-cache/
implementation 'com.base4j:base4j-cache:1.0.6'
// https://jarcasting.com/artifacts/com.base4j/base4j-cache/
implementation ("com.base4j:base4j-cache:1.0.6")
'com.base4j:base4j-cache:jar:1.0.6'
<dependency org="com.base4j" name="base4j-cache" rev="1.0.6">
<artifact name="base4j-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.base4j', module='base4j-cache', version='1.0.6')
)
libraryDependencies += "com.base4j" % "base4j-cache" % "1.0.6"
[com.base4j/base4j-cache "1.0.6"]