| GroupId | GroupIdcom.mobilesolutionworks |
|---|---|
| ArtifactId | ArtifactIdworks-http-cache |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| works-http-cache-1.0.0.pom | |
| works-http-cache-1.0.0.jar | 27 KB |
| works-http-cache-1.0.0-sources.jar | 15 KB |
| works-http-cache-1.0.0-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mobilesolutionworks/works-http-cache/ -->
<dependency>
<groupId>com.mobilesolutionworks</groupId>
<artifactId>works-http-cache</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mobilesolutionworks/works-http-cache/
implementation 'com.mobilesolutionworks:works-http-cache:1.0.0'
// https://jarcasting.com/artifacts/com.mobilesolutionworks/works-http-cache/
implementation ("com.mobilesolutionworks:works-http-cache:1.0.0")
'com.mobilesolutionworks:works-http-cache:jar:1.0.0'
<dependency org="com.mobilesolutionworks" name="works-http-cache" rev="1.0.0">
<artifact name="works-http-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mobilesolutionworks', module='works-http-cache', version='1.0.0')
)
libraryDependencies += "com.mobilesolutionworks" % "works-http-cache" % "1.0.0"
[com.mobilesolutionworks/works-http-cache "1.0.0"]