| License |
License |
|---|---|
| GroupId | GroupIdcom.wassilak |
| ArtifactId | ArtifactIdcache-service |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncache-service
A simple Java object caching service.
|
| Filename | Size |
|---|---|
| cache-service-1.0.pom | |
| cache-service-1.0.jar | 7 KB |
| cache-service-1.0-sources.jar | 9 KB |
| cache-service-1.0-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wassilak/cache-service/ -->
<dependency>
<groupId>com.wassilak</groupId>
<artifactId>cache-service</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wassilak/cache-service/
implementation 'com.wassilak:cache-service:1.0'
// https://jarcasting.com/artifacts/com.wassilak/cache-service/
implementation ("com.wassilak:cache-service:1.0")
'com.wassilak:cache-service:jar:1.0'
<dependency org="com.wassilak" name="cache-service" rev="1.0">
<artifact name="cache-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wassilak', module='cache-service', version='1.0')
)
libraryDependencies += "com.wassilak" % "cache-service" % "1.0"
[com.wassilak/cache-service "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |