GroupId | GroupIdcom.zaubersoftware.commons.web |
---|---|
ArtifactId | ArtifactIdcommons-web-cache |
Version | Version3.53 |
Type | Typejar |
Filename | Size |
---|---|
commons-web-cache-3.53.pom | |
commons-web-cache-3.53.jar | 24 KB |
commons-web-cache-3.53-sources.jar | 25 KB |
commons-web-cache-3.53-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-cache/ -->
<dependency>
<groupId>com.zaubersoftware.commons.web</groupId>
<artifactId>commons-web-cache</artifactId>
<version>3.53</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-cache/
implementation 'com.zaubersoftware.commons.web:commons-web-cache:3.53'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-cache/
implementation ("com.zaubersoftware.commons.web:commons-web-cache:3.53")
'com.zaubersoftware.commons.web:commons-web-cache:jar:3.53'
<dependency org="com.zaubersoftware.commons.web" name="commons-web-cache" rev="3.53">
<artifact name="commons-web-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.web', module='commons-web-cache', version='3.53')
)
libraryDependencies += "com.zaubersoftware.commons.web" % "commons-web-cache" % "3.53"
[com.zaubersoftware.commons.web/commons-web-cache "3.53"]