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