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